cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP receiver error

Former Member
0 Kudos

Hi All,

I am working on Asynchronous IDoc-PO-SOAP scenario. Getting the following error

Exception caught by adapter framework:SOAP:response message contains an error XIadapter/PARSING/ADAPTER.SOAP_EXCEPTION-soapfault:upload throable

Can you please advise the roor cause of error? In addition to that we do not want any kind of response from web service but still getting ,any idea why it might happen?

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182412
Active Contributor
0 Kudos

Hi

Set TraceHTTP parameter as shown in below blog, then you can see request and response messages in the log.

Regards

Praveen

Former Member
0 Kudos

Hi Inaki and Praveen,

Tried with setting the module parameter as true but still the same error. Can you please advise on this?

Thanks in advance

Former Member
0 Kudos

Hi All,

Trying with SOAP UI. Do I need to install it on server or can test stand alone too?

Thanks in advance

Former Member
0 Kudos

Hi All,

I corrected the mapping issue due to which above error was occurring. But now I am getting the below error

SOAP: Response Message contains an errorXIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal server error

Kindly advise.

Thanks in advance

iaki_vila
Active Contributor
0 Kudos

Hi BRW,

Try with another tool like SOAPui, the issue seems to in the data in your payload for the soapfualt exception.

Try to use the parameter XMBWS.NoSOAPIgnoreStatusCode. You have an screenshoot example in the last post in this thread SOAP faults with "Do not use SOAP envelope" | SCN

Regards.