cancel
Showing results for 
Search instead for 
Did you mean: 

Sync Async Bridge

Former Member
0 Kudos

Hi BPM guys,

We ara doing sync-async bridge to a scenario involving a vendor(xml coming in thru soap sender channel) posting an idoc into R/3 system(Idoc channel) and the R/3 will send back to ALE ack to vendor.

For this process I understand that the following four steps are required

1. Sync Reciver (opening s/a bridge) 2. Async Sender 3.Async Receiver 4. Sync Sender (closer s/a bridge)

The following are my message interfaces

MI_SoapxmlSender ( Sync/Abs)

MI_IDoc (Async/ Abs)

MI_Ale (Async/Abs)

Q1. I cannot create any container for the message that comes for Sync interface. How do I do that?

Q2. Here do I need another Outbound Sync interface for my sender which will send the message to Sync_Abs interface of BPM??

q3.Can someone throw light on what are all the interfaces required and what are the containers that I need to created while designing the bpm.

I went through the sync/aysnc bridge in the xi patterns namespace to have a look at it. But couldnt get the grasp of various interface mapping required.

Thanks,

Lao Hsu

Message was edited by: Steve Hsu

Accepted Solutions (0)

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi,

<i>Q1. I cannot create any container for the message that comes for Sync interface. How do I do that?</i>

>>>It is not possible in BPM. You need to have one Req Abstract Message Interface and Resp Async Abstract Message Interface, These blogs may help u

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

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken]

REgards,

Moorthy

Former Member
0 Kudos

Thanks for the reply.

I configured my scenario based on the guidelines of the blog. when I send the message thru soap sender channel,

I am getting timeout in BPM saying 'Timeout condition of pipeline reached' while the sync sender is waiting for the async response from reciver. Can anyone advise how to increase the timeout period.

Thanks,

agasthuri_doss
Active Contributor
0 Kudos

Hi,

This will help you

https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken]

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e3d59c90-0201-0010-ac83-cfd...

( Page 15 )

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/eb5cc090-0201-0010-5284-fd5...

(Page 31 )

Regards

Agasthuri Doss

Former Member
0 Kudos

I had an issue with the interface mapping.

Thanks all for your replies