Output parameters from a procedure or function are mapped to an HTTP response. Elements of an HTTP response include:
Since the status code and response headers of an HTTP response are text, the mapping of an ABL output parameter to a response element is equivalent to mapping from the source ABL data type to text. See
Supported output parameter mappings for more information.
Runtime errors occur if a mapping is not supported. see
Errors and exceptions for more information.