cancel
Showing results for 
Search instead for 
Did you mean: 

Error while processing Proxy request in soap to proxy interface in Integration Suite

aditya_20
Explorer
0 Kudos
270

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

 

View Entire Topic
Ryan-Crosby
Active Contributor
0 Kudos

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 

aditya_20
Explorer
0 Kudos

Maintained the same message version in payload and still getting the same error.

Screenshot 2024-07-22 223508.png