External Interfaces > Reality Web Services > Outgoing Web Services > RHTTP_RETRIEVE Function

Comment on this topic

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)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RHTTP_RETRIEVE Function

Retrieves document from an HTTP server; returns an HTTP error code.

Syntax

RHTTP_RETRIEVE(document, request)

Syntax Elements

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.

Return Value

200 signals success; 9999 signals internal error.

HTTP error codes are enumerated in #REALHTTP.USER.DEFS.

Operation

RHTTP_RETRIEVE cancels the active status of a request.

RealityV15.0Comment on this topic