cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating 2 PI systems

Former Member
0 Kudos

Hi All,

I am trying to implement the solution  mentioned in http://scn.sap.com/thread/3159353 by Bhaskar.

The PI system versions are PI 7.1(sender) and PI 7.31(receiver) in my scenario.

SAP Source (ECC) ---> (PI one) Proxy or idoc sender ---- ( PI one)Soap reciever -> (PI two)SOAP sender ---- (PI two) Proxy or idoc-> SAP ECC target system.

I do not have access on Sender PI system and therefore I am trying to simulate the scenario in PI 7.31.

I would like to understand the settings to be done in the SOAP adapter on ( PI one)Soap reciever -> (PI two)SOAP sender.

In ( PI one)Soap receiver, I used Message protocol as SOAP, I get the below error.

MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: Response message contains an errorXIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error

When I use XI protocol the error is given below.

Transmitting the message to endpoint <local> using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.sdk.xi.srt.BubbleException: HTTP Response Received. Status Code = 500 [null "null"]

Please suggest how the SOAP channels need to be configured.

Regards,

Soumya.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182004
Contributor
0 Kudos

Hi Soumya,

I let you 2 threads/blogs to host a WS in PI (SOAP Sender):

http://scn.sap.com/message/6692407#6692407

And to invoke an external WS from PI (SOAP Receiver)

http://scn.sap.com/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

Hope it helps you,

  Juan