Set the following property in client options object to false. options.setProperty(org.apache.axis2.transport.http.HTTPConstants.CHUNKED, Boolean.TRUE);
Cheers, Sanka On Thu, Sep 11, 2008 at 3:28 PM, Bartolomeo Nicolotti <[EMAIL PROTECTED]>wrote: > Hi there, > > I had a working web service client with axis2-1.4, than I updated to > axis2-1.4.1 and it started not even to log to the web service. The web > service support tells me to turn off this http header param: > > Transfer-Encoding: chunked > > How can I turn this http headr off? > > Many thanks in advance. > > Bye > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Sanka Samaranayake WSO2 Inc. http://sankas.blogspot.com/ http://www.wso2.org/
