fgl_ws_setOption()

This function sets an option flag with a given value, changing the global behavior of the Web Services engine.

Syntax

FUNCTION fgl_ws_setOption(optionName VARCHAR,
                          optionValue INTEGER)

Parameters

Return values

Example

CALL fgl_ws_setOption("http_invoketimeout",5)

Possible runtime errors