cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to RFC Synchronous scenario

Former Member
0 Kudos

Hi All,

I have a scenario where in I am sending request from soap to RFC (BAPI).  I expecting response from RFC BAPI. But the BAPI is taking 10 to 15 secs of time for response.  The synchronous soap call is giving timeout error. Can you please provide how can I proceed to this scenario.

Can I use Sync/Async bridge here without BPM or is it better to write a proxy.

Thanks in advance.

Regards,

Sri

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Inaki,

The client requires immediate response as soon as he hits web service. We have already wrapped BAPI's with Z-BAPI.

I will try out with two scenarios as well as you suggested and update.

Thanks

Sri

Former Member
0 Kudos

Hi All,

Thank you very much for replying. I will try this and give you update.

Thank You,

Sri

former_member186851
Active Contributor
0 Kudos

Great to hear Murthy .:)

iaki_vila
Active Contributor
0 Kudos

Hi Sri,

Following Vikas idea this document could be helpful for you

However, you should think if there is not a better idea to have two async scenarios: SOAP - RFC Bapi and RFC or Proxy to SOAP. In this way you should wrap the BAPI in Z code to take the response and to send it via proxy or RFC.

Regards.

vicky20691
Active Contributor
0 Kudos

There is no need of any bridge over here.. and By default the time for synchronous scenarios is

180 seconds =3 minutes.. if it is failing in 15 seconds may be some other network issue is there.. also if you need more than 180 seconds please go for SAP note 1621719.

Regards,

Vikas

former_member186851
Active Contributor
0 Kudos

Hello Murthy,

Both soap and RFC supports SYNC call, so need of any bridges and BPMS.

Check the settings as suggested by Vikas.