Server API functions - version 1.3 only
Server API functions can create a Web Services server in Genero BDL.
Note: 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.
Name | Description |
---|---|
|
Defines the namespace of the service on the Web and must be called first, before all other functions of the API. |
|
Creates and starts the Web services server. |
|
Publishes the given BDL function as a Web-Function on the Web. |
|
Generates the WSDL file based on the BDL-server program. |
|
Waits for an incoming SOAP request for a given time (in seconds) and then processes the request, or returns, if there has been no request during the given time. |
|
Return a SOAP fault string to the client at the end of the function's execution. |
|
Retrieves the last fault string the user has set in a Web-Function, or an empty string if there is none. |