Change the HTTP protocol version

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.

Important: On GMI mobile devices, the HTTP protocol version definition is ignored, it will always be version 1.1.