Message send failed: Premature EOF encountered
in Integration
Summary:
We are sending attachments to Oracle Fusion to 3rd party system using OIC in BASE64 format. In OIC, we are using a SOAP connection for 3rd party system's custom web service. While sending multiple attachments (5-6), we have observed that that 1 of them or 2 of them fail with below error:
javax.xml.ws.WebServiceException: Error while dispatching SOAP message to the endpoint
<EndpointURL>/1.0:javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: Premature EOF encountered
Payload size - 550KB (file type - PDF converted to BASE64)
But if we try to send the same payload via SOAP UI using the same webservice and method, it's sent successfully.
Tagged:
0