transfer of compressed data

2002-07-17 Thread Niket Anand
  Hi Chandra, I hope you can help me out of my earlier problem. I want to know where am I going wrong? As I send following changes in mime example. I have tried to run samples/mime code where I am sending zip file form SOAP client. I have made changes in MimeTestClient.java earlier

Re: transfer of compressed data

2002-07-17 Thread Ramya Virudhs
I am not sure if ur trying to send the files as a soap attachment...   Here is the peice of  code i used to send files as SOAP attachement..it works for a zip file too.      File f = new File(pathname);       //Create a FileDataSource with the uploaded file      FileDataSou

Re: transfer of compressed data

2002-07-17 Thread Niket Anand
Thanks Ramya for sending piece of code.I was waiting for it. Thanks, Niket  - Original Message - From: Ramya Virudhs To: [EMAIL PROTECTED] Sent: Wednesday, July 17, 2002 11:48 PM Subject: Re: transfer of compressed data I am not sure if ur trying to send t