External Interfaces > Reality Web Services > Outgoing Web Services > RHTTP_RESET Function

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

RHTTP_RESET function (DataBasic) (webservices_api_reset.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

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.

RealityV15.1 (MoTW) Revision 7Comment on this topic