RHTTP_RESET Function
Resets the API's private COMMON data to known values. This is a void function.
Syntax
RHTTP_RESET()
Operation
The outgoing webservices API’s COMMON data persists between program calls, even after returning to TCL. To ensure programs do not see the configuration parameters set by another program HTTP_RESET can be used to reset COMMON, either at the start or end of a program (or both). Applications that use one program to configure defaults for another program should not use this function.