Hi all, I am doing a test of MTOM - sending a binary file and then saving it somewhere on the server. I follow the MTOM guide for Axis2. I am using the SOAP Monitor applet in order to investigate the SOAP requests and responses, and in both cases where MTOM is enabled and disabled on the client side, the SOAP request 's contents is the same, more specifically :
<ns2:binaryData xmlns:ns0="http://www.w3c.org/2005/05/xmlmime" ns0:contentType="application/octet-stream"> (binary sting here ) </ns2:binaryData> the contents of the binary string is also the same. Can anyone provide some clarification ? Thanks Regards, Angel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
