Re: [RE: [Data Compression using Apache SOAP]]

2002-03-20 Thread Beau Anderson
please post your code and indicate where it is placed on the server. - Original Message - From: "Tiago Fernandes Thomaz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 12:58 PM Subject: RE: [RE: [Data Compression using Apache SOAP]] &g

RE: [RE: [Data Compression using Apache SOAP]]

2002-03-20 Thread Tiago Fernandes Thomaz
I only have to set the method, the targetURI (which must match that of the deployment descriptor), required input parameter values, the endpoint and thats it? RPCrouter servlet will "guide" my request get the method return and wrap it up in a SOAP envelope to client? Is that it? If so, could you e

RE: [Data Compression using Apache SOAP]

2002-03-20 Thread Guy McArthur
Would it be possible, if using soap over http, to use mod_gzip (for instance)? I.e. the client sends a http header on request indicating that it accepts gzip'ed data. If so the response data is compressed on the fly then sent.

Re: [RE: [Data Compression using Apache SOAP]]

2002-03-20 Thread Law Kaikuo
such thing in Apache SOAP. Cheers, Nicolas -Original Message- From: Law Kaikuo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 5:33 PM To: [EMAIL PROTECTED] Subject: Re: [Data Compression using Apache SOAP] Importance: Low The answer is yes you can. In my last projec

Re: Data Compression using Apache SOAP

2002-03-20 Thread Mark Childerson
I don't know if it can normally be done, but you could try modifying the transport to use a GZIPInputStream. That might cause interoperability problems, though. M. At 05:13 PM 3/20/02 +0100, you wrote: >Is it possible to compres the data transported in the soap envelope using >apache soap? >I

RE: [Data Compression using Apache SOAP]

2002-03-20 Thread Nicolas Fonrose
o compress SOAP messages would be to use interceptors but I think there is no such thing in Apache SOAP. Cheers, Nicolas -Original Message- From: Law Kaikuo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 5:33 PM To: [EMAIL PROTECTED] Subject: Re: [Data Compression using A

RE: [Data Compression using Apache SOAP]

2002-03-20 Thread Phillip Urrea
] Subject: Re: [Data Compression using Apache SOAP] Importance: Low The answer is yes you can. In my last project, I need to transmit data contained in XML files, because files are usually very large (> 5 mega), so I compress them first using gzip or zip, then send them piece by piece,

Re: [Data Compression using Apache SOAP]

2002-03-20 Thread Law Kaikuo
The answer is yes you can. In my last project, I need to transmit data contained in XML files, because files are usually very large (> 5 mega), so I compress them first using gzip or zip, then send them piece by piece, and assemble them back into the files and unzip... Kaikuo Luo "Mohssin