cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Request -> BPM (JDBCs + Mappings + File) -> SOAP Response

Former Member
0 Kudos

Hi there,

my scenario:

-soap request to xi

-bpm that do some tasks first with the jdbc-adapter and then with the file-adpater

-soap response (succ/fault) back to the client

do i need a s/a bridge to activate the bpm. i can't find any guideline.

thx

snyder

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Yes you need a synch - asynch bridge .

As you receive the SOAP request in the first step of your BPM and then you need to send the response back to the same SOAP request, you would need a synch asynch brdige.

In your receiver Step for the SOAP request, open the S/A bridge and in the Send Step of the SOAP resoponse , close the S/A bridge.

Regards,

Bhavesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can go thro the following blogs for Sync/Asyn bridge.

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]

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

/people/ravikumar.allampallam/blog/2005/02/17/bridging-the-sync-async-bridge-with-fork-xi

Regards,

P.Venkat