cancel
Showing results for 
Search instead for 
Did you mean: 

Error at SOAP response channel

former_member200339
Participant
0 Kudos

Dear All,

I have created a synchronous PROXY to SOAP scenario. But I am getting the following error in the receiver SOAP Adapter.

Message processing failed. Cause:
com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP:
response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION -
soap fault: System.Web.Services.Protocols.SoapException: Server was unable to
process request. ---> System.NullReferenceException: Object reference not set
to an instance of an object.

-----

------

--- End of inner exception stack trace ---

Please suggest what may be the reason for it.

Thanks and Regards,

Rana Brata De

SAP PI Consultant

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

We have faced similar problem in production some time back .

At target system end web service validates the payload below inserting into back end system (d/b).If the validation fails then it throws the error to PI system .

For us the backend system notified that there end front end service validation failed due to data issue and thrown exception to PI.

Share the payload to target system folks and ask them to check ,they will have test suite to test it from there end . If not share the time at which you received error,they will check there logs and update you on the cause .

Regards

Venkat

Former Member
0 Kudos

Hi Rana,

Please confirm with the receiving party that the data you are sending is correct.

Your system is hitting them but coming back with a error on there side.

Might just be data issues or the service on there side might not be working correctly.

Good luck

Regards,

Jannus Botha

Former Member
0 Kudos

Hi Rana da,

The problem is in the target web service. You need to check with the target web service vendor/owner about the error. the failure is happening as the modules attached with the target web service has failed to process the data.

Thanks,

Mutti

iaki_vila
Active Contributor
0 Kudos

HI Rana,

Probably SAP PI is getting an html error or similar from the endpoint. Try to test with SOAPui or to check with PI and the option Do not use SOAP envelope and to construct the request with the SOAP tags manually, then you will get the answer without the SOAP envelope verification from the SOAP adapter and you can get a better error explanation.

Regards.