cancel
Showing results for 
Search instead for 
Did you mean: 

difference between syn/asyn vs asyn/syn Bridge

Former Member
0 Kudos

Hi Group,

Can any body give me the difference between Syn/Asyn Bridge ,Async/Sync

Beidge,and what are the satpes in both of these

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member529475
Active Contributor
0 Kudos

HI Swabap

Sync/async communication enables a synchronous sender system to communicate with a receiver system that cannot process synchronous messages

Refer this blog

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

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

There is an example of the Sync/Async Bridge in th SWCV: SAP BASIS.

Namespace: http://sap.com/xi/XI/System/Patterns

follow the link..for rererence...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5059f110-0d01-0010-7c8b-fdc...

Cheers..

Vasu

<i>** Reward Points if found useful **</i>

Former Member
0 Kudos

Hi Swabap,

Sync Asysc Bridge.

In case of synchronous scneario, using BPM, suppose you need to make a call to a system that communicates only asynchronously and sends back an acknowledgement.

In this case you use synch asynch bridge, where the synch process waits till it gets an asynch acknowledgement from that system adn then completes the synchronous cycle.

In case of Asynch-Synch,

say you have a file to file scenario, which is always asynch. But if you want to take input from the source message and make an RFC and forward the response to the target system, the RFC call is a synch process.

I guess it makes sense. If you need any more help.. please let me know.

Regards

Pushkar

Former Member
0 Kudos

Hi,

Sync/async communication enables a synchronous sender system to communicate with a receiver system that cannot process synchronous messages

Refer this blog

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

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

There is an example of the Sync/Async Bridge in th SWCV: SAP BASIS.

Namespace: http://sap.com/xi/XI/System/Patterns

Asyn - Synch BPM - /people/sudheer.babu2/blog/2007/01/18/asyncsync-communication-using-jms-adapter-without-bpm-sp-19

/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] [original link is broken] - Use of Synch - Asynch bridge in ccBPM

regards

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>Syn/Asyn Bridge

this means that in a sync call you do an async call inside

http://help.sap.com/saphelp_erp2005vp/helpdata/en/43/65d4dab39b0398e10000000a1553f6/content.htm

>>>>Async/Sync

this is not a bridge it's just doing a sync call in async process

so it has nothing to do with the brigde

Regards,

michal