cancel
Showing results for 
Search instead for 
Did you mean: 

Capturing the Response message and sending to two diffrent systems

sugata_bagchi2
Active Contributor
0 Kudos

Hi Experts,

My Scenario is -

Legacy->PI-> SOAP

Legacy System Supports SOAP call and sync calls. Now my requirement is how can I send the response received from the target SOAP system to the actual sender as well as to another ECC system?

In this case ECC will not trigger any request message, it will only receive the response message from SOAP system.

P.S -- how to

Thanks

Sugata

Accepted Solutions (0)

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Easiest would be to configure the normal scenario for Legacy to SOAP. Then in your response mapping, call an RFC function module (via RFC Lookup) from ECC.

Hope this helps,

Mark

Former Member
0 Kudos

Hi,

Another way, but a bit more resource intensive, is to use ccBPM, use an sync/async bridge and route the response message back to the caller but also send it to an extra receiver.

Regards,

Horia