|
|||||
|
||||||
Related Syntax | Other Library Functions |
function |
wsb.writer |
Library: Net, Web Services Broker (OMWSB)
Import: omwsb.xmd |
Return type: Attachment Returns: An external output to which the HTTP response for the passed request should be written, including all HTTP headers. |
export external output function writer of value request request
Argument definitions
The wsb.writer
function is used to obtain an external output to which the response for the client request can be written. It should be noted that this function must be called once and only once for a given request object. If this function is not called on a given request prior to the next wsb.wait-for-request
call, an HTTP error will be returned to the client. If called more than once, an exception will be thrown.