cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SOAP Sender Channel PI 7.3

Former Member
0 Kudos

Hi Experts,

    we are doing the Migration from PI 7.0 To 7.3 SP9. we have one of the scenario of Bank sending some data to our system. we have 2 PI system one is outer PI & one is Inner PI. we are using SOAP channel to get the data from Bank in Inner PI. in this scenario we are getting the followng error for SOAP Sender channel. Not able to unerstand what is this error.

we have also used the HTTP Receiver channel to send the message received from Bank to our Inner PI. Since both are in Pair. HTTP Channel is also giving the same error.

Pl. help.

 

12/11/2013 2:25:41.334 PMErrorReturning to application. Exception: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_OUTBOUND_PROCESSING, while trying to invoke the method com.sap.engine.interfaces.messaging.api.Payload.getInputStream() of a null object returned from com.sap.engine.interfaces.messaging.api.Message.getMainPayload()
12/11/2013 2:25:41.335 PMErrorMP: exception caught with cause com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_OUTBOUND_PROCESSING, while trying to invoke the method com.sap.engine.interfaces.messaging.api.Payload.getInputStream() of a null object returned from com.sap.engine.interfaces.messaging.api.Message.getMainPayload()
12/11/2013 2:25:41.335 PMErrorSOAP: Call failed: com.sap.aii.af.lib.mp.module.ModuleException: senderChannel afb7ba08bb97359ebc95a143cc51293e: Catching exception calling messaging system
12/11/2013 2:25:41.336 PMErrorSOAP: Call failed: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_OUTBOUND_PROCESSING, while trying to invoke the method com.sap.engine.interfaces.messaging.api.Payload.getInputStream() of a null object returned from com.sap.engine.interfaces.messaging.api.Message.getMainPayload()

Regards,

Umesh

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Umesh,

Correct me if im wrong, the error is happening between the two PI systems?, i dont understand why you are using receiver http y and the SOAP sender in the case, may be i dont get you. Is this your scenario?:

Outer PI (receiver SOAP) ----- Inner PI (sender SOAP) (receiver ???) ----- Bank

Regards.