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.
Reality V15.0 ()
RHTTP_RETRIEVE function (DataBasic) (webservices_api_soap_retrieve.htm)
Retrieves document from an HTTP server; returns an HTTP error code.
RHTTP_RETRIEVE(document, request)
document | The result of the specified HTTP request. |
request | An HTTP request that has been used in a preceding RHTTP_GET, RHTTP_POST or RHTTP_SOAP_REQUEST call. (Otherwise, the function call is invalid.) |
By default, document is AM delimited; but if 'no-translate' has been set by RHTTP_SET_DEFAULT then document is NL delimited.
200 signals success; 9999 signals internal error.
HTTP error codes are enumerated in #REALHTTP.USER.DEFS.
RHTTP_RETRIEVE cancels the active status of a request.