You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by vivek saraogi <vi...@gmail.com> on 2005/06/27 08:06:31 UTC

CommonsHttpSender compression question ..

 I am trying to use the CommonsHttpSender as a transport handler. I am
wondering how can I turn on compression (gzip) using this. I've done
this on HttpSender (by making changes to invoke and readFromSocket
methods), but not sure what methods and what needs to be changed to
turn on compression for CommonsHttpSender.

If anyone has an idea please let me know. 

Thanks.