i have Abap Proxy/SOAP Synchronous scenario (ECC --> PI --> 3rd party) & ECC not able to received respond from YYYY.com.
Testing have been DONE from/to ECC:
- Successfully tested if using SOAP UI tools to test the webservice YYYY.com .
- Success for Synchronous scenario 3rd party --> PI --> ECC (exposed ECC webservice as SOAP)
- ERROR for Synchronous scenario (ECC --> PI --> 3rd party/SOAP)
it seems error during return message from 3rd party to PI.
Detail Error message as below
17.11.2015 10:22:58.565 Success Message successfully received by messaging system. Profile: XI URL: http://XXXX:50000/MessagingSystem/receive/AFW/XI Credential (User): PIISUSER
17.11.2015 10:22:58.581 Success Using connection SOAP_http://sap.com/xi/XI/System. Trying to put the message into the request queue.
17.11.2015 10:22:58.581 Success Message successfully put into the queue.
17.11.2015 10:22:58.581 Success The message was successfully retrieved from the request queue.
17.11.2015 10:22:58.581 Success The message status set to DLNG.
17.11.2015 10:22:58.581 Success Delivering to channel: CC_SOAP_RECEIVER
17.11.2015 10:22:58.581 Success MP: Entering module processor
17.11.2015 10:22:58.581 Success MP: Processing local module localejbs/sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean
17.11.2015 10:22:58.581 Success SOAP: request message entering the adapter with user J2EE_GUEST
17.11.2015 10:22:58.596 Success SOAP: Target url: http://YYYY.com/assetmasterstaging/serviceasset.asmx?WSDL
17.11.2015 10:22:58.596 Error SOAP: call failed: java.lang.NullPointerException
17.11.2015 10:22:58.596 Error SOAP: error occured: com.sap.aii.af.ra.ms.api.RecoverableException: java.lang.NullPointerException
17.11.2015 10:22:58.596 Error MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: java.lang.NullPointerException
17.11.2015 10:22:58.596 Error Exception caught by adapter framework: null
17.11.2015 10:22:58.596 Error Delivery of the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.lang.NullPointerException. Setting message to status failed.
17.11.2015 10:22:58.596 Error The message status set to FAIL.
17.11.2015 10:22:58.596 Error Returning synchronous error message to calling application: com.sap.aii.af.ra.ms.api.RecoverableException: java.lang.NullPointerException.
thanks.