Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sets the self URL Creates and sets a unique Session ID for the current serviceHTTP Request/Response. This is used to stamp various logs.

Syntax

Code Block
Response = HTTP_Services('SetSelfURLSetSessionID', SelfURL)

Returns

N/A

Parameters

ParameterDescription
SelfURLThe self URL relevant to the current service. Required

Remarks

The self URL Session ID is the URL that identifies itself. It is typically returned in responses to serve as a self-referencing ID apart from other URLs that might be returned which direct the caller to other servicescreated in the following format:

YYY-MM-DD_HH-MM-SS_<ProcessID>

Process ID is created with the GetCurrentProcessID Windows API.