cancel
Showing results for 
Search instead for 
Did you mean: 

<SAP:AdditionalText>soap fault: SOAP header ReliableMessaging was not unde

Former Member
0 Kudos

Hi Experts,

I am working on Idoc to SOAP scenario on XI, while posting the data, I get the following error:

SOAP URL: http://<webservice host>/JobTransfer/v3/jobservice.asmx

SOAP Action: http://<host>/jobTransfer/jobService/CreateAllocatedRouteV2ForVehicle (Taken from SOAP Action Parameter)

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

- <!-- Inbound 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>XIAdapter</SAP:Category>

<SAP:Code area="PARSING">ADAPTER.SOAP_EXCEPTION</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>soap fault: SOAP header ReliableMessaging was not understood.</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

Please provide ypur suggestions, to rectify the above issue.

Thanks.

Regards

Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos
<SAP:AdditionalText>soap fault: SOAP header ReliableMessaging was not understood.</SAP:AdditionalText>

An error related to Reliable Messaging is infact related to the Quality of Service of the message.....the above error means that the QoS info could not be read from the ReliableMessage Header......

Just check if the proper QoS is maintained throughout the objects and also in the processing (for your case it seems to be EO/ EOIO).......just check and confirm......

Where you need to check:

1) in ID objects

2) In SXMB_MONI -


> Open a Pipiline Step -


> SOAP Header ---> ReliableMessaging....

What is the QoS maintained for IDOC??

Regards,

Abhishek.