cancel
Showing results for 
Search instead for 
Did you mean: 

aysnc-syn bridge

Former Member
0 Kudos

Hi ! I have seen this question in previous threads........and their responses. Many of them are responded with there wont exist a situation like asyn-sync bridge. And also they suggested to refer the blog

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Inspite of all the above if you are in a fix to be choosen one out of these 3 which option is the better bet ??

a) send setp, synch receiver,asyn send,receiver step

b) Receiver steps,Async send,Asyn receive,Send step

c) receiver step,async send,Receiver step

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kumar,

There is nothing like asyn-sync bridge..

What is present is synch-asynch bridge..

ie we have a synchronous sender and a asynchronous receiver.

Then we need to use synch-asynch bridge in BPM.

As mentioned by others...BPM should start with a Receive Step and end with a Send Step.

<i>Your B option is the perfect one...</i>

Cheers,

Sumit

bhavesh_kantilal
Active Contributor
0 Kudos

Sumit,

There is actually a concept called Asynch - Synch Bridge from SP 19. You can get a Asynch Request from a File, make a synchronous call to an RFC and then trigger this response back to a File.

More~ https://forums.sdn.sap.com/click.jspa?searchID=3084724&messageID=3075228

Regards

Bhavesh

Former Member
0 Kudos

Hi sumit,

If I am not wrong sync-asyn bridge is used to communicate between synchronous and asynchronous systems right ??

thanks

kumar

Former Member
0 Kudos

yes

thanx

ahmad

Former Member
0 Kudos

Hi Bhavesh,

Thanks for the update.

Had gone through your message earlier.

But then we wont be using BPM...so no send, receive steps as mentioned by kumar..:)

<i>I am not wrong sync-asyn bridge is used to communicate between synchronous and asynchronous systems right ??</i>

yes

Regards,

Sumit

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Sumit,

My answer was with the context that the concept of Asynch - Synch bridge exists in XI. Not specific to BPm and Kumar's question though yes

Regards

Bhavesh

Former Member
0 Kudos

Hi Bhavesh,

I was under the impression that when we talk about Bridge itz related to BPM.

Bridge is something which bridges the Gap ..

Thanks for the info...

Regards,

Sumit

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey

>>send setp, synch receiver,asyn send,receiver step

BPM will throw error here coz every BPM must start with atleast one receive step and end with a send step.

>>Receiver steps,Async send,Asyn receive,Send step

i doubt async send and async receive will work like this.

>>receiver step,async send,Receiver step

BPM must end with send step,not with receive step

thanx

ahmad