| Web services / Reference | |
The following table lists the APIs to create a Web Services server in BDL.
| 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. |