Change the HTTP version protocol

To communicate with a service that speaks only a given version of HTTP, set the record Version member with the desired value. If you let the variable unset, the client will communicate in HTTP 1.1.

Example:
LET Calculator_CalculatorPortTypeEndpoint.Binding.Version = "1.0"

If you do not want the request to be split into chunks, set the HTTP protocol version to 1.0 .