fgl_ws_server_setNamespace() (version 1.3)
Defines the namespace of the service on the Web and must be called first, before all other functions of the API.
Note: This function is valid for backward compatibility,
but is not a preferred way to handle Genero Web Services. See the com package for the preferred classes and methods for handling Web services.
Syntax
fgl_ws_server_setNamespace(
namespace VARCHAR )
- namespace is the name of the namespace.
Example
CALL fgl_ws_server_setNamespace("http://tempuri.org/")