RE: Gzip encoding

2007-11-09 Thread Shaw, Richard A
-Original Message- From: Liu, Jervis [mailto:[EMAIL PROTECTED] Sent: 05 November 2007 03:03 To: cxf-user@incubator.apache.org Cc: Shaw, Richard A Subject: RE: Gzip encoding Hi Shaw, you can configure your client side interceptors using feature. An example can be found from dispatch system test

Re: Gzip encoding

2007-11-09 Thread Willem Jiang
: RE: Gzip encoding Hi Shaw, you can configure your client side interceptors using feature. An example can be found from dispatch system test: \trunk\systests\src\test\java\org\apache\cxf\systest\dispatch\TestDispatchFeature.java and client-config.xml. Cheers, Jervis -Original Message

RE: Gzip encoding

2007-11-04 Thread Liu, Jervis
Kulp [mailto:[EMAIL PROTECTED] Sent: 2007?11?3? 1:43 To: cxf-user@incubator.apache.org Cc: Shaw, Richard A Subject: Re: Gzip encoding Hmm... not really sure how to add it to the dispatch style suff via spring. Interesting. That said, bus level might make sense if the interceptor

RE: Gzip encoding

2007-11-02 Thread Shaw, Richard A
817586 E-mail: [EMAIL PROTECTED] www.atkinsglobal.com/its -Original Message- From: Shaw, Richard A [mailto:[EMAIL PROTECTED] Sent: 02 November 2007 11:23 To: cxf-user@incubator.apache.org Subject: Gzip encoding I'm using the dispatch interface to request data from a web service which

Gzip encoding

2007-11-02 Thread Shaw, Richard A
I'm using the dispatch interface to request data from a web service which returns the data in gzip format. Can CXF handle this ? I've set the Accept-Encoding to gzip and can see the compressed data being received (using Ethereal) but I get the following error -

Re: Gzip encoding

2007-11-02 Thread Daniel Kulp
: 07740 817586 E-mail: [EMAIL PROTECTED] www.atkinsglobal.com/its -Original Message- From: Shaw, Richard A [mailto:[EMAIL PROTECTED] Sent: 02 November 2007 11:23 To: cxf-user@incubator.apache.org Subject: Gzip encoding I'm using the dispatch interface to request data from a web service