cancel
Showing results for 
Search instead for 
Did you mean: 

Error during parsing of SOAP header

Former Member
0 Kudos

Hi everyone!

I have a problem when calling a XI Web Service. The next message is shown:

<SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<faultcode>SOAP:Client</faultcode>

<faultstring>Error during parsing of SOAP header</faultstring>

<faultactor>http://sap.com/xi/XI/Message/30</faultactor>

<detail>

<SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" SOAP:mustUnderstand="1">

<SAP:Category>XIProtocol</SAP:Category>

<SAP:Code area="PARSER"/>

<SAP:P1/>

<SAP:P2/>

<SAP:P3/>

<SAP:P4/>

<SAP:AdditionalText/>

<SAP:Stack>Es ist ein Systemfehler im Parser aufgetreten

</SAP:Stack>

</SAP:Error>

</detail>

</SOAP:Fault>

I hope anyone can help me with this.

Thanks.

Regards,

Julio

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please apply the patches mentioned on the OSS note below

[914854 - XI 3.0 parsing/serialization error (often not reproducible)|https://websmp230.sap-ag.de/sap(bD1wdCZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=914854]

Former Member
0 Kudos

Thanks for your help!.

I fixed the mistake modifying the .xml that is sent to the Web Service. I changed the value of the SOAPAction to 'http://sap.com/xi/WebService/soap1.1' and no PI is receiving the message by Web Service.