Server API functions - version 1.3 only

The following table lists the APIs to create a Web Services server in BDL.

Note: These functions are valid for backwards compatibility, but they are not the preferred way to handle Genero Web Services. See the GWS COM Library classes and methods.
Table 1. APIs to create a Web Services server in BDL (version 1.3 only)
Function Description
fgl_ws_server_setNamespace() Defines the namespace of the service on the Web.
fgl_ws_server_start() Creates and starts the Web Service server.
fgl_ws_server_publishFunction() Publishes the BDL function as a Web Function.
fgl_ws_server_generateWSDL() Generates the WSDL file.
fgl_ws_server_process() Waits for and processes incoming SOAP requests.
fgl_ws_server_setFault() Sets the SOAP fault string for a Web Function.
fgl_ws_server_getFault() Retrieves the fault string that was set for a Web Function, for testing purposes.