Re[8]: HTTP :unsupported content-encoding of '' found

2016-11-24 Thread Sterpu Victor
an basically ignore // it. } else if (!"identity".equalsIgnoreCase(contentEncoding.getValue())) { throw new AxisFault("HTTP :" + "unsupported content-encoding of '" + contentEncoding.getValue() + "' found");

Re: Re[6]: HTTP :unsupported content-encoding of '' found

2016-11-24 Thread Andreas Veithen
xt/xml > Content-Language: en-US > X-Archived-Client-IP: *** > Content-Length: 14813 > > -- Original Message -- > From: "Andreas Veithen" <andreas.veit...@gmail.com> > To: "Sterpu Victor" <vic...@caido.ro> > Cc: "

Re: Re[4]: HTTP :unsupported content-encoding of '' found

2016-11-19 Thread Andreas Veithen
sending one? > > Thank you. > > -- Original Message -- > From: "Andreas Veithen" <andreas.veit...@gmail.com> > To: "Sterpu Victor" <vic...@caido.ro> > Cc: "java-user" <java-user@axis.apache.org> > Sent: 19/11/

Re[4]: HTTP :unsupported content-encoding of '' found

2016-11-19 Thread Sterpu Victor
o> Cc: "java-user" <java-user@axis.apache.org> Sent: 19/11/2016 7:04:16 PM Subject: Re: Re[2]: HTTP :unsupported content-encoding of '' found According to the HTTP/1.1 specification the Content-Encoding header must have the following form: Content-Encoding = "Conten

Re: Re[2]: HTTP :unsupported content-encoding of '' found

2016-11-19 Thread Andreas Veithen
l > *Content-Encoding:* > Content-Language: en-US > X-Archived-Client-IP: > > > -- Original Message -- > From: "Andreas Veithen" <andreas.veit...@gmail.com> > To: "Sterpu Victor" <vic...@caido.ro>; "java-user" < &

Re[2]: HTTP :unsupported content-encoding of '' found

2016-11-19 Thread Sterpu Victor
t;vic...@caido.ro>; "java-user" <java-user@axis.apache.org> Sent: 19/11/2016 6:04:04 PM Subject: Re: HTTP :unsupported content-encoding of '' found Can you show us the HTTP headers of the response? Andreas On Nov 19, 2016 3:45 PM, "Sterpu Victor" <vic...@caido.r

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

2016-11-19 Thread Andreas Veithen
Can you show us the HTTP headers of the response? Andreas On Nov 19, 2016 3:45 PM, "Sterpu Victor" <vic...@caido.ro> wrote: > I' receiving the error: *Caused by: org.apache.axis2.AxisFault: HTTP > :unsupported content-encoding of '' found* > The SOAP cal

HTTP :unsupported content-encoding of '' found

2016-11-19 Thread Sterpu Victor
I' receiving the error: Caused by: org.apache.axis2.AxisFault: HTTP :unsupported content-encoding of '' found The SOAP call runs fine on the server, but on the client side this error appears. How can I fix this? I could catch this exception and consider that the call is fine, but can I fix