com.WebServiceEngine.Start

Starts the Web Service engine.

Syntax

com.WebServiceEngine.Start()

Usage

The com.WebServiceEngine.Start() class method starts the engine for all registered Web Services.

If you run the Web Services server program in standalone mode, port 80 is used unless FGLAPPSERVER is set. We recommend that you set FGLAPPSERVER, as port 80 may already be in use by other Web servers. If you run the Web Services server program through the Genero Application Server, the FGLAPPSERVER variable is automatically set by the Genero Application Server. Do NOT manually set FGLAPPSERVER in this case.

In case of error, the method throws an exception and sets the status variable. Depending on the error, a human-readable description of the problem is available in the sqlca.sqlerrm register. See Error handling in GWS calls (status).