Re: transfer of compressed data

2002-07-18 Thread Niket Anand
: Re: transfer of compressed data 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

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

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-16 Thread JJ
Hi Andy Can you also transfer XmlData from the SOAPServer to the SOAPClient? John > I am able to transfer xml files to SOAP server from Client using >DataHandler. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: transfer of compressed data

2002-07-16 Thread Andrew Yang
Use SOAP with attachment, put zip file as an attachment. Andy > Hi All, > I am able to transfer xml files to SOAP server from Client using >DataHandler.But I am facing problem in transferring compressed data such >as zip archives using the same concept. > Can anybody tell me how to transfe