I checked the code and WSDLGetInterceptor aborts the chain upon handling of outputting the message, so GZIP Out Interceptor is not going to get a chance to run.
On Tue, Jul 23, 2013 at 8:09 PM, Jason Pell <[email protected]> wrote: > The GZIP Out Interceptor does not get executed for the ?WSDL > > > > > On Tue, Jul 23, 2013 at 5:43 PM, Aki Yoshida <[email protected]> wrote: > >> not sure but what happens if you put the gzip feature at the service >> endpoint and send the wsdl query to it with the accept-encoding header >> set to gzip? >> >> 2013/7/23 Jason Pell <[email protected]>: >> > Is there any way to enable GZIP encoding for the WSDLGetInterceptor? If >> > not, would it be difficult? >> > >
