cancel
Showing results for 
Search instead for 
Did you mean: 

Problem sending the data into XI through webservice

Former Member
0 Kudos

Dear All,

I am getting an error while sending the data into XI after hitting my webservice.

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

<SOAP:Header>

</SOAP:Header>

<SOAP:Body>

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

<faultcode>SOAP:Client</faultcode>

<faultstring>Error during conversion of XI message</faultstring>

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

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

<SAP:Code area="PARSER">UNEXPECTED_VALUE</SAP:Code>

<SAP:P1>Main/@versionMajor</SAP:P1>

<SAP:P2>000</SAP:P2>

<SAP:P3>003</SAP:P3>

<SAP:P4/>

<SAP:AdditionalText/>

<SAP:ApplicationFaultMessage namespace=""/>

<SAP:Stack>XML tag Main/@versionMajor has incorrect value 000; expected value is 003

</SAP:Stack></SAP:Error></detail></SOAP:Fault>

</SOAP:Body>

</SOAP:Envelope>

Please suggest what the problem could be.

Abhishek

Accepted Solutions (0)

Answers (2)

Answers (2)

ParvathyS_SAP
Product and Topic Expert
Product and Topic Expert
0 Kudos

<SAP:Stack>XML tag Main/@versionMajor has incorrect value 000; expected value is 003

</SAP:Stack></SAP:Error></detail></SOAP:Fault>

--> this states as it is version problem

Main/@versionMajor is XI message protocol version

check SXMB_ADM if the system is maintained as XI

SudhirT
Active Contributor
0 Kudos

Hi Check if this is the same problem of version as discussed in thread

Thanks!