Forum Discussion

rstommel's avatar
rstommel
New Contributor
14 years ago

How to set a maximum HTTP request chunk size

Hi,
I am using SoapUi 3.5.1 Pro.
By setting the attribute Chunking Threshold in the global SoapUI HTTP settings I am able to switch on HTTP chunking. The HTTP server I am testing against has a pre-defined max chunk size of 128 KB. This means a chunk must not be larger than 129 KB. Otherwise the HTTP request is rejected.
If trying to send a chunked SOAP request of 5 MB to that HTTP server then SoapUI sends only one single chunk with a chunk size of 5 MB. This causes my HTTP server to reject the HTTP request.

Is it possible to customize the chunk size SoapUI should use when Chunking Threshold is activated? I.e. can I set a HTTP request max chunk size anywhere in the SoapUI configuration?

Many thanks in advance for your help.

rstommel