You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Lord Halbert <lo...@gmail.com> on 2007/08/30 19:30:54 UTC

Axis2: Gzip compression with streaming

Does Apache Axis 2 support on the fly decompression/compression of
request/responses (gzip) wile using streamed soap message.?

Typically compression is done after the entire package has been saved
to memory which doesn't make sense if you're using streamed soap
messages.

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Axis2: Gzip compression with streaming

Posted by Davanum Srinivas <da...@gmail.com>.
Yes it does...compression is done using GZIPInputStream,
GZIPOutputStream that are piped to the underlying http stream :)

-- dims

On 8/30/07, Lord Halbert <lo...@gmail.com> wrote:
> Does Apache Axis 2 support on the fly decompression/compression of
> request/responses (gzip) wile using streamed soap message.?
>
> Typically compression is done after the entire package has been saved
> to memory which doesn't make sense if you're using streamed soap
> messages.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org