Versions Compared

Key

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

Sets the self URL for the current serviceHTTP ProcErr that the OECGI creates to memory so it can be retrieved by later routines. This avoids the need to pass this around into various routines.

Syntax

Code Block
Response = HTTP_Services('SetSelfURLSetOECGIProcErr', SelfURLProcErr)

Returns

N/A

Parameters

ParameterDescription
SelfURLProcErrThe self URL relevant to the current servicetext of the procedural error. Required.

Remarks

The self URL This 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 servicesused by the designed ProcErr handler (see GetProcErrService). There is no reason to use this service elsewhere.