Page History
Sets the self URL for the current serviceReturns the enable logging flag setting.
Syntax
| Code Block |
|---|
Response = HTTP_Services('SetSelfURLGetEnableLoggingFlag', SelfURL) |
Returns
N/A
Parameters
| Parameter | Description |
|---|---|
| SelfURL | The self URL relevant to the current service. Required |
Remarks
A Boolean value indicating whether or not logging is enabled for this web application. This is used by the CreateLogFile service to determine if logging should be attempted.
Parameters
N/A
Remarks
It pulls this from SRP_HTTP_FRAMEWORK_SETUP <10>. Note: Only an explicit setting of False (0) will turn this flag offThe self URL 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 services.