Axis2: Loosing Bytes with MTOM

2006-11-06 Thread Nazi, Camille
HI all, I am using MTOM with Axis2. I took the MTOM sample bundled with Axis2 and switched it around to where the client sends in the name of the file to retrieve and the Service returns the file back to the Client and then the client saves the file to disk (All this is done on my desktop

Re: Axis2: Loosing Bytes with MTOM

2006-11-06 Thread Davanum Srinivas
Please log a bug and upload a sample binary file. -- dims On 11/6/06, Nazi, Camille [EMAIL PROTECTED] wrote: HI all, I am using MTOM with Axis2. I took the MTOM sample bundled with Axis2 and switched it around to where the client sends in the name of the file to retrieve and the Service

Re: Loosing bytes with MTOM

2006-05-11 Thread Thilina Gunarathne
At first look seems there's a problem with the image utility classes.. It's better to use the FileDataSource in any case, since it's the most generic one and it'll make sure to send what ever the bytes in your original file... ~ThilinaOn 5/10/06, Patric Fornasier [EMAIL PROTECTED] wrote: Hi,I've

Re: Loosing bytes with MTOM

2006-05-11 Thread Deepal Jayasinghe
Fornasier Sent: Thursday, 11 May 2006 2:06 PM To: axis-user@ws.apache.org mailto:axis-user@ws.apache.org Subject: Loosing bytes with MTOM Hi, I'm sending a small png image from one server to another via MTOM. The service and the client are both on the same machine

Loosing bytes with MTOM

2006-05-10 Thread Patric Fornasier
Hi, I'm sending a small png image from one server to another via MTOM. The service and the client are both on the same machine. The original size of the image is 6450 bytes. When the clients copies the file to the file system however, the size of this copy is now 15083 bytes! Funny enough, the

RE: Loosing bytes with MTOM

2006-05-10 Thread Patric Fornasier
); Anybody came across similar issues? Cheerio, patric -Original Message- From: Patric Fornasier Sent: Thursday, 11 May 2006 2:06 PM To: axis-user@ws.apache.org Subject: Loosing bytes with MTOM Hi, I'm sending a small png image from one server to another via MTOM. The service and the client