Hi Experts ,
We are facing Issue with receiver SOAP(axis) adapter while connecting third party system
Flow is SAP -- > PI -- > thirdparty webservice ( synchronous message)
- As it involves third party connection , hence we loaded the certificates in the Trusted CA . It has 2 set of certificates one is root ca and another is signed certificates with type X.509 and extension as .p7b . We have loaded both to the trusted CA locaiton
- Firewall changes are up in the Pi system , we are able to telnet third party host/IP successfully.
- As soon as we trigger a message from PI it throws : "SOAP: call failed com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.net.SocketException: Connection reset "
Complete error log is :
Trying to put the message into call queue
21.08.2014 09:53:43 Information Message successfully put into the queue
21.08.2014 09:53:43 Information Message retrieved from call queue
21.08.2014 09:53:43 Information Message status set to DLNG
21.08.2014 09:53:43 Information Executing Request Mapping "http:// ----------/" (SWCV 668aa2d05bb711e1acfbcac40ac10b60)
21.08.2014 09:53:43 Information Delivering to channel: Receive_SOAP_BulkFeedback
21.08.2014 09:53:43 Information MP: processing local module localejbs/AF_Adapters/axis/AFAdapterBean
21.08.2014 09:53:43 Information Axis: xioutbound-request mutation
21.08.2014 09:53:43 Information MP: processing local module localejbs/AF_Adapters/axis/HandlerBean
21.08.2014 09:53:43 Information Axis: invoking handler xireq of java:com.sap.aii.axis.xi.XI30OutboundHandler
21.08.2014 09:53:43 Information MP: processing local module localejbs/AF_Adapters/axis/HandlerBean
21.08.2014 09:53:43 Information Axis: invoking handler trp of java:com.sap.aii.adapter.axis.ra.transport.http.HTTPSender
21.08.2014 09:53:56 Error Axis: error in invocation: java.net.SocketException: Connection reset
21.08.2014 09:53:56 Error MP: exception caught with cause java.net.SocketException: Connection reset
21.08.2014 09:53:56 Error Exception caught by adapter framework: ; nested exception is:
java.net.SocketException: Connection reset
21.08.2014 09:53:56 Error Transmitting the message using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.net.SocketException: Connection reset
21.08.2014 09:53:56 Error Message status set to FAIL
21.08.2014 09:53:56 Error Returning to application. Exception: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.net.SocketException: Connection reset
21.08.2014 09:53:56 Error SOAP: call failed: com.sap.aii.af.lib.mp.module.ModuleException: senderChannel c36a692a4087348ab7b716dc1cfa4210: Catching exception calling messaging system
21.08.2014 09:53:56 Error SOAP: call failed com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.net.SocketException: Connection reset