cancel
Showing results for 
Search instead for 
Did you mean: 

Forward synchronous return message to a second "sender"

Former Member
0 Kudos

Hi all,

I have a synchronous interface with application A as a sender and SAP ECC as receiver. Sender adapter is SOAP, receiver adapter is RFC. Now I have application B that also wants to receive the return XML from this synchronous interface. I know I can add extra receivers for one sender, but now I want to add an extra "sender". In a schema it would look like this:

application A <--> PI <---> SAP ECC

application B <____|

Is this possible?

Thanks and kind regards,

Bertil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks, I will have a look at the given solution.

prateek
Active Contributor
0 Kudos

Now I have application B that also wants to receive the return XML from this synchronous interface

If Application B wants xml from RFC response, then you need to use BPM with Async-Sync Bridge. You may find many blogs on SDN with this topic.

If B is required to send the same data as A is sending, then simply add another receiver in Receiver Determination step.

Regards,

Prateek