Hi,
We are developing one Proxy to SOAP Async scenario.
SOAP WSDL has both request & response structures, but where we are using only one structure to send out data.
Whenever we send data from Proxy, vendor(no firewall) is receiving information and able to process it successfully.
Here the problem is in PI, for few messages in RWB it is showing success message.
Information MP: processing local module localejbs/sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean
Information SOAP: request message entering the adapter with user J2EE_GUEST
Information SOAP: completed the processing
Information SOAP: sending a delivery ack...
Information MP: leaving
Information The message was successfully delivered to the application using connection SOAP_http://sap.com/xi/XI/System.
And for some messages(mostly with data of higher volume >900 KB), turning out to error in RWB. But Partner side, they are getting data and able to process it.
Information MP: processing local module localejbs/sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean
Information SOAP: request message entering the adapter with user J2EE_GUEST
Error SOAP: call failed: java.io.IOException: invalid http response: null
Information SOAP: sending a delivery error ack...
Information SOAP: sent a delivery ack
Error SOAP: error occured: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid http response: null
Error Adapter Framework caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid http response: null
Error Delivering the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid http response: null.
If anyone faced such issue earlier or have any idea of such issues, please throw some light.
Thank You.
Veneela