Hi all,
I am converting the entire file into base64binary and passing it in a single field in the SOAP request message.
When I use the option "MIME" in the receiver AXIS adapter it works perfectly fine and the file gets transferred to the receiver.
However i need to use "MTOM" as the file size is huge . But the receiver axis adapter gives me the following error when I use MTOM
The WSDL could not be parced; nested exception is: The WSDL could not be obtained; nested exception is: java.net.SocketException: Connection reset
PS: 1. the webservice is MTOM enables as i can call it successfully using SOAP UI ( with the option MTOM enabled )
2. I am using the protocol as HTTP (Axis ) and not File (Axis )