I have scoured the discussion forums, tried multiple attempts to understand why this is happening all to no avail. I have a CXF Client that invokes a method on my web service that should have a SOAP attachment. The attachment can either be an XML file or a ZIP file. The WSDL defines the attachment as having type application/octet-stream.
Everything works fine for zip, gzip or text/xml files up to a certain size. When I try to submit a xml file that is 4.5 MB in size, the file is actually truncated before it is sent to the server. So when the server receives the file, it complains, rightly so, of a "Premature End Of File" error. Does anyone have any suggestions on what could be causing this truncation? Regards Brenda -- View this message in context: http://old.nabble.com/Large-SOAP-Attachment-getting-truncated-using-JAX-WS-tp27329816p27329816.html Sent from the cxf-user mailing list archive at Nabble.com.
