This should be pretty easy to do...have the servlet filter check the
"Accept-Encoding" before applying GZIP compression. Then, when debugging,
have the client turn off this header.


-----Original Message-----
From: Christian Poecher [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 28, 2007 10:12 AM
To: axis-user@ws.apache.org
Subject: Re: How to make SOAP messages smaller?

Ryan Nelsestuen schrieb:
> It sort of depends on your architecture and who the callers are, but you
can
> put a GZipFilter in front of your AxisServlet and compress it that way...
of
> course, that means the client has to be capable of uncompressing gzip as
> well as indicating that they support gzip in an HTTP header...

Thx for your input! I thought about HTTP compression before, but what I 
don't like, is that the SOAP message looks like garbage then to the 
human eye. Maybe I can find a solution to make it optional for the 
client. That would at least help the client developer to debug.

-Chris

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


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

Reply via email to