cancel
Showing results for 
Search instead for 
Did you mean: 

http-Status: 500 Error during conversion of XI message

Former Member
0 Kudos

i am getting this error, Could you please help us in resolving this

http-Status: 500 Error during conversion of XI message

Payload:

<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>

Thnaks, ajay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

>>Main/@versionMajor has incorrect value 000; expected value is 003

Is "versionMajor" some attribute in your payload? if yes,then its value must be 003 and you have 000.

Please try to explore Main/@versionMajor and it should help you know the exact issue.

Thanks

Aamir

former_member200962
Active Contributor
0 Kudos
XML tag Main/@versionMajor has incorrect value 000; expected value is 003

as mentioned above @versionMajor is expecting 003 as the input....if it a DataType in XI then check if there is some restriction imposed on the above attribute.....if you are importing some XSD/wsdl then check if it has some restriction.......if the restriction is not needed then try removing it....so that versionMajor will accept all the values

Regards,

Abhishek.

Answers (0)