cancel
Showing results for 
Search instead for 
Did you mean: 

Sync/Async bridge

Former Member
0 Kudos

Hey

My task is to have an Idoc sent to a Web Service. I have heard that this can be solved using a sync/async bridge in BPM, but from what I can read (help.sap.com) it always say that the first receive step is from a synchronous application. My question is then: Can I use the sync/async bridge to call a web service - i.e. changing from asynchronous (Idoc) to synchronous (WS call)?

Anyone knows a blog that shows some good examples of sync/async communication? I have read the inital blogs on BPM, but not found anyone good at async/sync communiation...

thanks a lot!

regards Marianne

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If you want to receive the response from Webservice means you need to use BPM here.

Otherwise no need of any BPM,

That too if u want to response from WS also u dont require any Sync/Async Step here.

You can configure the BPM with Async receive-Sync Send-Async Send

REgards

Seshagiri

Former Member
0 Kudos

Hey

Thanks. I'll mark the question answered and come back if I don't make it work...

M