HttpSetResponseHeader

This function will enable or disable the inclusion of HTTP response headers in the XML response document.

Usage

CALL "HttpSetResponseHeader” USING
         http-header-flag 
         GIVING 
         status-code. 

Parameters

http-header-flag A numeric item. If this item is set to 1 the HTTP response headers will be included in the XML output. This function must be called again with http-header-flag set to 0 to disable the inclusion of HTTP response headers.
source-code A numeric item that, if nonzero, indicates the request encountered an error. In this case, the string representation of the error may be obtained by calling NetGetError .