Compression works very well.
I added a homegrown GZip filter to the AXIS urls and also saw approx 10x
compression. There are also a number of similar OSS Filters out there.
There were .NET clients accessing the web-services and they needed a
tweak to handle the compression:
http://www.dotnetj
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
XML-RPC and SOAP serve two different areas, but you
might be able to cajole XML-RPC to accomplish what you
want.
. . . just some random thoughts while reading other
documentation.
/mde/
--- David Kerber <[EMAIL PROTECTED]> wrote:
> Are there any adjustments I can do to my Axis
> settings to re
To answer your subject:
> How to reduce bandwidth (meaning message size) with Axis
don't use SOAP, use reliable, stable, high-performance protocols like CORBA :-)
Btw, never understood it, why should someone use SOAP?
regards
Leon
On 3/15/06, David Kerber <[EMAIL PROTECTED]>
Are there any adjustments I can do to my Axis settings to reduce the
bandwidth usage on my SOAP requests? In particular, I would like to
know how I can get rid of the
"xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/""; items in the
argument elements. I'm using the minimum call setti