Configuration API functions - version 1.3 only

Configuration API functions can modify the behavior of the Web Services engine for the client and/or server.

Warning:

These functions are valid for backward compatibility, but they are not the preferred way to handle Genero Web Services. See the com package for the preferred classes and methods for handling Web services.

Table 1. Configuration API functions for Web Services engine behavior modification
Name Description
fgl_ws_setOption(
   optionName VARCHAR,
   optionValue INTEGER)
Sets an option flag with a given value, changing the global behavior of the Web Services engine.
fgl_ws_getOption(
   optionName VARCHAR)
  RETURNS INTEGER
Returns the value of an option flag.