Hi Stefan,

You could force HTTP-1.0 to disable chunking, by setting the following property at the axis2 scope;

<property name="FORCE_HTTP_1.0" value="true" scope="axis2"/>

Thanks,
Ruwan

stlecho wrote:
Hi,

We've recently had an issue with a Webservice that does not support chunked
encoding. With Axis2 we are able to control the chunked behavior:
context.setProperty(HTTPConstants.CHUNKED,Constants.VALUE_FALSE);

Is this functionality available with WSO2 ESB (<syn:property
name="FORCE_CHUNKED_ENCODING" value="TRUE" scope="...") ?

Regards, Stefan Lecho.


_______________________________________________
Esb-java-user mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-user

Reply via email to