Set an HTTP cookie
To send an HTTP cookie to the service, set the record Cookie
member with the
cookie value. If you leave the variable unset, the client won't send any cookie.
Example:
LET Calculator_CalculatorPortTypeEndpoint.Binding.Cookie = "MyCookie=AValue"
Unset that variable if you don't need the cookie to be sent anymore.