cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping between Sync sender and Async Receiver

Former Member
0 Kudos

Hi Experts,

How to do mapping between Sync sender and Async Receiver?

Flow: Sync SOAP Sender Client -> First Async webservice call -> Second Sync webservice call

1. I have to send some input/request details to first webservice call. It will just update the database.If I do mapping with SOAP Sender client and first Async webservice.. I am getting timeout, because it expects response mapping too.

2. Only Second webservice call return the response back to SOAP Sender client.Here mapping between SOAP Sender client and Second Sync webservice call. I don't have any problem here.

I have to pass the same request info to both webservice calls, Please tell me how to do the async mapping in BPM?

Regards

Sara

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Have you tried with Synch-Asynch bridge concept??

Former Member
0 Kudos

Yes, I have tried with S/A bridge too..but getting the same timeout error.

Former Member
0 Kudos

Your BPM flow should be like this.....

1)Receiver (open S/A bridge)

2)Send (Asynch ---call to 1st webservice where u dont need any response)

3)Send (Synch....call to 2nd web service)

4)send (Asynch ---response and also closes S/A bridge)

Answers (2)

Answers (2)

former_member556603
Active Contributor
0 Kudos

Hello Sara,

Hope these blogs are useful to you..

/people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi - Message Flow in XI

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM

/people/siva.maranani/blog/2005/05/22/schedule-your-bpm - Schedule BPM

/people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in

ccBPM

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in

ccBPM

Thanks,

Satya Kumar

former_member187563
Contributor
0 Kudos

hi,

sync-async bridge concept is correct

For time out you can refer to

/people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts

for bpm time out you can refer SAP Notes-744135

regards,

ujjwal kumar

Edited by: ujjwal kumar on May 12, 2008 5:01 PM