User login

WSO2 ESB 1.7 - Disable chunked transfer encoding

Forums :

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?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

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?

AttachmentSize
configuration.txt1.04 KB

Roger, Please find the

Roger,

Please find the attached modified configuration.

Thanks,
Ruwan Linton
http://ruwansblog.blogspot.com

AttachmentSize
configuration.txt1.11 KB

Thanks very much.

Thanks very much.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.