Hello Experts,
I have a scenario in which im receiving an idoc, transforming it into an XML and sending to a webservices through SOAP channel. The response from the webservices is transformed into a RFC BAPI and sent back to R/3
This is the error i am receiving. I have no clue what this means :S
http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
<SAP:Category>XIServer</SAP:Category>
<SAP:Code area="MAPPING">JCO_SYSTEM_FAILURE</SAP:Code>
<SAP:P1><--Localization failed: ResourceBundle='com.sap.engine.services.rfcengine.RFCRes</SAP:P1>
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText />
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack>"SYSTEM FAILURE" during JCo call. <--Localization failed: ResourceBundle='com.sap.engine.services.rfcengine.RFCRes</SAP:Stack>
<SAP:Retry>N</SAP:Retry>
</SAP:Error>
Looking forward for your suggestion!