WSO2 ESB 1.7 - Disable chunked transfer encoding
Hi,
I've written a proxy service that calls an external web service using SSL.
The external web service cannot deal with chunked data.
How and where do I disable chunked transfer encoding?
- Login or register to post comments
- Printer friendly version
- 122 reads











Hi Roger Please set the
Hi Roger
Please set the following property to disable chunked encoding, before your <send/> mediator
<syn:property name="FORCE_HTTP_1.0" value="true" scope="axis2" />
asankha
I'm not using a send mediator
Hi Asankha,
Thanks for your quick reply.
I'm not using a send mediator.
See attachment "configuration.txt" for my current configuration of the proxy "OpvragenVerifieren".
Should I add the mentioned property here?
Roger, Please find the
Roger,
Please find the attached modified configuration.
Thanks,
Ruwan Linton
http://ruwansblog.blogspot.com
Thanks very much.
Thanks very much.