cancel
Showing results for 
Search instead for 
Did you mean: 

Reg : Webservice

Former Member
0 Kudos

Hi Experts,

I need to call a RFC in R/3.But the problem is if Req parameter is 'A' i need to send back response from RFC and If Req is 'B' it updated some entried in R/3 using same RFC.

Currently i have designed like SOAP--XI(server proxy).But how i can determine whether service interface is sysnchrnous or asynchrnous.Please advice me about design for this object

Thanks in Advance

Dinesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can not dynamically decide if a interface has to be synch or asynch.

What you can do is design it as a synch interface. Call the Proxy in either case. In the prxy decide what you want to do based on the Req A or B and then send a response. In case of B send a empty response and you can ask the Sender system to ignore this response. It should be quite easy for the sending application to handle an empty response.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Dinesh,

For this approach you can follow the BPM :

BPM will solve your problem using the Switch condition. Please analyse on that way.

Thank you,

Sateesh

Former Member
0 Kudos

Hi Sathee and Jai,

Thanks for your quick response.

Sathee,

Iam new to BPM.want to know what all the steps involved in BPM to design this interface.Thanks for your help

Thanks,

Dinesh