RE: Error HTTP :unsupported content-encoding of 'identity' found

2008-10-06 Thread Sangita_Pandit
: Re: Error HTTP :unsupported content-encoding of 'identity' found Hi, I tested this with the latest code and it does work. Make sure you use the new build on the client side and that the axis2-transports jar is in the classpath (The fix was actually done in the transports project). You can even

Re: Error HTTP :unsupported content-encoding of 'identity' found

2008-10-06 Thread keith chapman
:* RE: Error HTTP :unsupported content-encoding of 'identity' found I fetched the nightly build today and tried it out to see if the exception has been resolved. However, I still see the same error. One thing to note is that the build logs for the nightly build had some test failures

RE: Error HTTP :unsupported content-encoding of 'identity' found

2008-10-03 Thread Sangita_Pandit
are in the nightly build. Sangita Pandit 728 1606 From: keith chapman [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2008 10:51 PM To: axis-user@ws.apache.org Subject: Re: Error HTTP :unsupported content-encoding of 'identity' found We run the Axis2

RE: Error HTTP :unsupported content-encoding of 'identity' found

2008-10-03 Thread Sangita_Pandit
) at ClientCDAS.main(ClientCDAS.java:14) Sangita Pandit 728 1606 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2008 10:08 AM To: axis-user@ws.apache.org Subject: RE: Error HTTP :unsupported content-encoding of 'identity' found I

Re: Error HTTP :unsupported content-encoding of 'identity' found

2008-10-03 Thread keith chapman
( *ClientCDAS.java:14*) *Sangita Pandit* *728 1606* -- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *Sent:* Friday, October 03, 2008 10:08 AM *To:* axis-user@ws.apache.org *Subject:* RE: Error HTTP :unsupported content-encoding of 'identity' found I

Re: Error HTTP :unsupported content-encoding of 'identity' found

2008-10-02 Thread keith chapman
:* Tuesday, September 30, 2008 8:04 PM *To:* axis-user@ws.apache.org *Subject:* Re: Error HTTP :unsupported content-encoding of 'identity' found We do not have a Axis2 release planned for any time soon. So you may have to get the nightly. Thanks, Keith. On Wed, Oct 1, 2008 at 1:33 AM

Re: Error HTTP :unsupported content-encoding of 'identity' found

2008-09-30 Thread Andreas Veithen
content-encoding of 'identity' found Hi, How did you write the client for this service? Did you use ServiceClient API or did you use a generated stub? Thanks, Keith. On Mon, Sep 29, 2008 at 8:26 PM, [EMAIL PROTECTED] mailto:[EMAIL

Re: Error HTTP :unsupported content-encoding of 'identity' found

2008-09-30 Thread keith chapman
PROTECTED]] Sent: Monday, September 29, 2008 11:47 AM To: axis-user@ws.apache.org mailto:axis-user@ws.apache.org Subject: Re: Error HTTP :unsupported content-encoding of 'identity' found Hi, How did you write the client for this service? Did you use

RE: Error HTTP :unsupported content-encoding of 'identity' found

2008-09-30 Thread Sangita_Pandit
: Error HTTP :unsupported content-encoding of 'identity' found On Tue, Sep 30, 2008 at 2:40 PM, Andreas Veithen [EMAIL PROTECTED] wrote: Googling for Content-encoding: identity reveals that this is actually quite common, so I guess that we should indeed support it. Exactly. And we wont

Re: Error HTTP :unsupported content-encoding of 'identity' found

2008-09-30 Thread keith chapman
:* keith chapman [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, September 30, 2008 4:20 AM *To:* axis-user@ws.apache.org *Subject:* Re: Error HTTP :unsupported content-encoding of 'identity' found On Tue, Sep 30, 2008 at 2:40 PM, Andreas Veithen [EMAIL PROTECTED] wrote: Googling for Content

RE: Error HTTP :unsupported content-encoding of 'identity' found

2008-09-30 Thread Sangita_Pandit
, September 29, 2008 11:47 AM To: axis-user@ws.apache.org mailto:axis-user@ws.apache.org Subject: Re: Error HTTP :unsupported content-encoding of 'identity' found

Re: Error HTTP :unsupported content-encoding of 'identity' found

2008-09-30 Thread keith chapman
* -- *From:* keith chapman [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, September 30, 2008 12:31 PM *To:* axis-user@ws.apache.org *Subject:* Re: Error HTTP :unsupported content-encoding of 'identity' found I have fixed this in the transports module. Thanks, Keith. On Tue, Sep

Error HTTP :unsupported content-encoding of 'identity' found

2008-09-29 Thread Sangita_Pandit
I am getting this error when webservice client is trying to make a call to the webservice method. I am using the released version of Axis2 1.4.1. See stack trace here org.apache.axis2.AxisFault: HTTP :unsupported content-encoding of 'identity' found at

Re: Error HTTP :unsupported content-encoding of 'identity' found

2008-09-29 Thread keith chapman
Hi, How did you write the client for this service? Did you use ServiceClient API or did you use a generated stub? Thanks, Keith. On Mon, Sep 29, 2008 at 8:26 PM, [EMAIL PROTECTED] wrote: I am getting this error when webservice client is trying to make a call to the webservice method. I am

RE: Error HTTP :unsupported content-encoding of 'identity' found

2008-09-29 Thread Sangita_Pandit
I generated the stubs using the WSDLToJava tool. Sangita Pandit 728 1606 From: keith chapman [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2008 11:47 AM To: axis-user@ws.apache.org Subject: Re: Error HTTP :unsupported content-encoding

Re: Error HTTP :unsupported content-encoding of 'identity' found

2008-09-29 Thread keith chapman
, September 29, 2008 11:47 AM *To:* axis-user@ws.apache.org *Subject:* Re: Error HTTP :unsupported content-encoding of 'identity' found Hi, How did you write the client for this service? Did you use ServiceClient API or did you use a generated stub? Thanks, Keith. On Mon, Sep 29, 2008 at 8

Re: Error HTTP :unsupported content-encoding of 'identity' found

2008-09-29 Thread Andreas Veithen
From: keith chapman [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2008 11:47 AM To: axis-user@ws.apache.org Subject: Re: Error HTTP :unsupported content-encoding of 'identity' found Hi, How did you write the client for this service? Did you use ServiceClient API or did you use

Re: Error HTTP :unsupported content-encoding of 'identity' found

2008-09-29 Thread keith chapman
728 1606 From: keith chapman [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2008 11:47 AM To: axis-user@ws.apache.org Subject: Re: Error HTTP :unsupported content-encoding of 'identity' found Hi, How did you write the client for this service? Did you use ServiceClient API