extApiGet()

This procedure retrieves a resource from the specified URL through an HTTP GET request.

ParameterTypeDescription
url2048A VARYINGMandatoryURL at which to complete the request.
httpHeader10240A VARYINGOptionalAn optional header XML document. To use the default HTTP header, do not pass the parameter or specify the empty string. See Foundational HTTP functions at IBM Knowledge Center for a description of the header content.

Procedure returns response message data structure (see data structure description here).