cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP: error in response

Former Member
0 Kudos

Hi everybody,

we are requesting a SOAP. In RWM --> message monitorg we got the error

error in response

in SXMB we see the error:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Mapping der Response-Message

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>Application</SAP:Category>

<SAP:Code area="UNKNOWN">APPLICATION_ERROR</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>application fault</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="">item</SAP:ApplicationFaultMessage>

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Does anybody know what to do?

The WebService seems to work if we use a dedicated client.

Does SAP XI really have a problem or is it the WebService (-reponse)?

Regards Mario

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Mario,

Your Webservice is throwing a SOAP Fault or Application error.

see the payload in CallAdapter Step in response message. It will have a fault payload with details.

It is basically related to input data problem.

check the input data given to SOAP Request.

Regards,

Sudharshan N A