Hi Gurus,
Am creating outbound scenario from ECC to SALESFORCE through PROXY.
ERROR: PARSING_GENERAL.
Error Details:
com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: Response message contains an errorXIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Server Error at com.sap.aii.adapter.soap.web.SOAPHandler.processSOAPtoXMB(SOAPHandler.java:746) at com.sap.aii.adapter.soap.web.MessageServlet.doPost(MessageServlet.java:530) at javax.servlet.http.HttpServlet.service(HttpServlet.java:754) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at
During the process of searching the solution for this error in SCN i found that
Module Key : SOAP
parameter Name : noSOAPMakeSysErrFromResponseFault
parameter Value : FALSE
has to provided in Communication Channel. after modifying as specified,The proxy is not getting executed instead it gets hanged up.
When i started debugging the same i came to know that at "xi_process_call_xmb" method the proxy gets hanged up.
Please help me out from this problem.
Revert if you require full error log.
Thanks.