on 2024 Jul 22 5:03 PM
Hello All,
I am currently testing a soap to proxy scenario for which I'm getting an error 'org.apache.cxf.binding.soap.SoapFault: Error during conversion of XI message'. I have also found a detailed error after enabling the trace:
<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/@versionMinor</SAP:P1><SAP:P2>001</SAP:P2><SAP:P3>000</SAP:P3><SAP:P4/><SAP:AdditionalText/><SAP:ApplicationFaultMessage namespace=""/><SAP:Stack>XML tag Main/@versionMinor has the incorrect value 001. Value 000 expected </SAP:Stack></SAP:Error></detail>
Can anyone please let me know why this below error is generated and how this can be resolved.
Thanks,
Aditya
Sounds like you are running your message with version 1.1 but it is expecting 1.0 -
<?xml version = "1.0" encoding = "UTF-8"?>
Regards,
Ryan Crosby
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.