function
Library: Web Services Broker (OMWSB)
Import : omwsb.xmd |
Returns: The body of the request. |
export external string source function reader of value request request
Argument definitions
The wsb.reader
function returns the entire request body, i.e. All the POST data in the client HTTP request. This data can then be parsed in OmniMark and processed to gather data needed to formulate the response. If this function is called more than once, an exception will be thrown.