Hi Friends,
we have requirement where i need to pick a file(as a file) from Application server( i.e FTP) and pass the file to my R/3(ABAP Server Proxy) .
I am able to pick the file form application server,and i can see the file in XI in sxmb_moni,but i am not able to receive in R/3 in my inbound ABAP Server Proxy.
When i am looking in SXMB_MONI in R/3 it is showing an Error,But i able to see the file in my payload(i.eMainDocument( application/xml) ).
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- Call Inbound Proxy
-->
- http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
<SAP:Category>XIProxy</SAP:Category>
<SAP:Code area="ABAP">PARSE_APPLICATION_DATA</SAP:Code>
<SAP:P1>Request Message</SAP:P1>
<SAP:P2>CX_ST_MATCH_ELEMENT</SAP:P2>
<SAP:P3>/1SAI/TXS4DCA16283A0DAE5D8E05</SAP:P3>
<SAP:P4>XML Bytepos.: 0 XML Path: Error Text: System expected the element 'MT_DT_ABAP_PROXY_IB'</SAP:P4>
<SAP:AdditionalText />
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack>Error during XML => ABAP conversion (Request Message; error ID: CX_ST_MATCH_ELEMENT; (/1SAI/TXS4DCA16283A0DAE5D8E05 XML Bytepos.: 0 XML Path: Error Text: System expected the element 'MT_DT_ABAP_PROXY_IB')) System expected the element 'MT_DT_ABAP_PROXY_IB'</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
help me out , what might be wrong .
kalyan