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
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
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.
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
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
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
]
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,
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