cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Response Message Capture in PI 7.1

Former Member
0 Kudos

Hi

I am working on Proxy to SOAP scenario and web service is synchronous to the external vendor,

ECC Sends a message to External Vendor by using the Web service(ClaimSearch Request Proxy) and would be receiving the response back from the External vendor by SOAP

I want to capture the SOAP response and send it to ECC by different proxy (ClaimSearch Response) proxy,

Do I need to use BPM to capture the response and sends it across to the ECC

Please suggest how can I capture the SOAP response and send it to ECC,

Thanks a lot in advance

PR

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hi!

If your scenario is completely synchronous the sending proxy expects a response.

If your scenario is asynch Proxy to synch SOAP, you can use the so-called asynch-synch bridge in BPM to achieve what you need.

1. asynch send ECC Proxy to XI/PI BPM

2. In BPM mapping and synch send XI/PI to SOAP Receiver

3. In BPM synch receive of SOAP response

4. in BPM decision which ECC Proxy is to be called asynchrobously

5. if neccessary mapping

6. asynch send response to ECC Proxy

You can have a look at the process patterns delivered by SAP and search for synch/asynch resp. asynch/synch bridge in SDN and/or help.sap,com

Hope this helps!

Regards,

Volker

Former Member
0 Kudos

Hi

My scenario is complete synchronous, Can you please elaborate how many Service interfaces and operation Mappings need to be done,

The Proxies which I am using are pre defined SAP (one for Outbound & another one for Inbound) , I can not combine both the proxies

Thanks for your inputs

PR

Shabarish_Nair
Active Contributor
0 Kudos

base this as a reference - /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

instead of file you will have your two proxies and RFC will be replaced by WS