Re: Transfer

2002-10-09 Thread Scott Nichol
The base64-encoded data compresses pretty nicely with gzip, though. Scott Nichol - Original Message - From: "Skip Marler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 2:31 PM Subject: Re: Transfer > You can attach the file with

Re: Transfer

2002-10-09 Thread Skip Marler
To: <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 10:34 AM Subject: Transfer > Can I transfer say a 20 M file via soap? If so how do I wrap that and > should I be even considering > SOAP for such a transfer? > > > > > -- > To unsubscribe, e-mail: <mail

Re: Transfer

2002-10-09 Thread Scott Nichol
he document would be compressed on the fly. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 1:34 PM Subject: Transfer > Can I transfer say a 20 M file via soap? If so how do I wrap that and > should I

RE: Transfer

2002-10-09 Thread SoumenS
. Soumen Sarkar. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 10:35 AM To: [EMAIL PROTECTED] Subject: Transfer Can I transfer say a 20 M file via soap? If so how do I wrap that and should I be even considering SOAP for such a

Transfer

2002-10-09 Thread ROB . HEWLETT
Can I transfer say a 20 M file via soap? If so how do I wrap that and should I be even considering SOAP for such a transfer? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: transfer of compressed data

2002-07-18 Thread Niket Anand
Hi All, I am able to transfer a 40MB zip file using SOAP with Attachment. Now I want to track at server side whether it is uploading properly or got stuck somewhere. How can I track this? How can I check whether the complete transfer has been done successfully at server side without

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

transfer of compressed data

2002-07-17 Thread Niket Anand
stem.out.write(x);*/ } in.close();   } catch(Exception e) { e.printStackTrace();   }  }   Thanks, Niket - Original Message - From: Chandra Vasireddy To: [EMAIL PROTECTED] Sent: Tuesday, July 16, 2002 11:42 PM Subject: transfer of compressed data

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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

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

Fw: transfer of compressed data

2002-07-16 Thread Niket Anand
;   } catch(Exception e) { e.printStackTrace();   }  } - Original Message - From: Dan Allen To: [EMAIL PROTECTED] Sent: Tuesday, July 16, 2002 8:36 PM Subject: RE: transfer of compressed data  Why? SOAP with attachments handles binary data directly does it

transfer of compressed data

2002-07-16 Thread Niket Anand
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 transfer zip files from SOAP client to server side?   Thanks

transfer of compressed data

2002-07-16 Thread Niket Anand
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. Please suggest me for the same.   Thanks, Niket 

Re: Transfer a class file within a SOAP response

2001-06-28 Thread Sanjiva Weerawarana
Yes, send it as a byte[] basically .. which would get base64 encoded and sent over soap. Sanjiva. - Original Message - From: "Chris Francis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 28, 2001 9:01 AM Subject: RE: Transfer a class file

RE: Transfer a class file within a SOAP response

2001-06-28 Thread Chris Francis
Maybe base64 encode it first? -Original Message- From: Ralf Bierig [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 14:01 PM To: SOAP Mailing List SOAP Mailing List Subject: Transfer a class file within a SOAP response How can I transfer a Java Class file within a SOAP response

Transfer a class file within a SOAP response

2001-06-28 Thread Ralf Bierig
How can I transfer a Java Class file within a SOAP response perfecty - ideas? Prossible as a string? Problems with special letters? __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/