Create the server module
The server module registers the Web Service application with the Genero Web Services (GWS) server that starts the Web service.
In this task you create a module that:
- Imports our service module.
- Calls the
com.WebServiceEngine.RegisterRestService()
method to register the service with the Web server. - Calls the
com.WebServiceEngine.ProcessServices()
method to start the service.