On 3/15/06, David Kerber <[EMAIL PROTECTED]> wrote:
> Are there any adjustments I  can do to my Axis settings to reduce the
> bandwidth usage on my SOAP requests?

XML compresses very well, typically I have seen compression ratios over 10x!

The key is to get your clients and servers configured to handle
content compression. If you have Tomcat behind Apache, use
mod_deflate. If Tomcat is running standalone, have a look at the
default server.xml to turn it on.

Finally, you have to pray that your clients have content compression support!

The net result has been a huge bandwidth win in my experience, that
when serving your typical html content.

-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to