cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Determination with Synchrnous Send step in BPM

former_member189354
Contributor
0 Kudos

Hi,

Is there any way to use BPM Receiver Determination step type with Synchronous send step ?

Is it possible to send a request to multiple receivers synchronously and capture the response?

Appreciate for your response.

Thanks,

Rao.Mallikarjuna

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Is it possible to send a request to multiple receivers synchronously and capture the response?

Yes. Use multicast

http://help.sap.com/saphelp_nw04/helpdata/en/11/13283fd0ca8443e10000000a114084/frameset.htm

Regards,

Prateek

former_member189354
Contributor
0 Kudos

Hi,

Thanks for your response. In Multicast Design Pattern If I use Send Asynch --- Webservice/SOAP Request is it possible to capture response back using correlation.

Thanks,

Rao.Mallikarjuna

prateek
Active Contributor
0 Kudos

Without a sync response, it is not possible to receive the response. So no point about correlation in this case.

Regards,

Prateek

Answers (2)

Answers (2)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

If you use Async Send step then you can not get Response. Async is only one way communication. To get response bace use Send Sync.

SudhirT
Active Contributor
0 Kudos

Use malticasting, check out these blogs

and pattern number 6 in

Thanks!