Re: MOTM and Encoding/Decoding

2007-03-01 Thread Davanum Srinivas
Derek, Could you please log a JIRA bug and upload the sample code? Let's try to create the scenario on our boxes... thanks, dims On 3/1/07, Derek Clayton <[EMAIL PROTECTED]> wrote: Thank you for the very fast response. >If possible please post us some numbers of the time comparison. Make >sur

Re: MOTM and Encoding/Decoding

2007-03-01 Thread Derek Clayton
Thank you for the very fast response. If possible please post us some numbers of the time comparison. Make sure to avoid the System.out part when doing the comparison (this encoding takes time :( )... First let me explain the setup. The two machines are identical hardware...Pentium 4 2.8GHz

Re: MOTM and Encoding/Decoding

2007-03-01 Thread Thilina Gunarathne
Hi, OMElement result = servClient.sendReceive(method); System.out.println(result); I get this body: http:///soap/WebServices.asp";>PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJ5ZXMiPz4NCjxOZXdEYXRhU2V0Pg0KICA8eHM6c2NoZW1hIGlkPSJOZXdEYXRhU2V0IiB4bWxucz0iIiB4bWxuczp4cz0iaHR0cDovL3d3d.

MOTM and Encoding/Decoding

2007-02-28 Thread Derek Clayton
Hello all, I have written a SOAP client using Axis2 which receives a binary file in the response. The binary file is attached using MOTM XOP. When I use an http sniffer to look at the response everything looks good...the response contains an XOP:Include reference to the attached content. Th