Hi Experts,
I am working on a scenario Proxy -> SOAP(sync) -> File. Following documentation and blogs on scn I put RequestResponseBean and ResponseOnewayBean in the sender SOAP adapter, Message Protokoll XI 3.0.
When sending a testmessage fom SPROXY I get the following error:
SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<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:Stack>Das XML-Tag Main/@versionMajor hat den falschen Wert 000; es wurde der Wert 003 erwartet</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
in english: XML-Tag Main/@versionMajor has got the wrong value 000; expected was 003
I am working on PO 7.4 single stack.
Using SOAP-Adapter without modules works fine.
Any Ideas?