Sets the HTTP request 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

Response = HTTP_Services('SetOECGIRequest', Request)

Returns

N/A

Parameters

ParameterDescription
RequestThe @FM delimited array containing the HTTP request that OECGI passes in. Required.

Remarks

This is used by the HTTP_MCP controller to store the @FM array from the OECGI into memory. There is no reason to use this service elsewhere.

  • No labels