The methods of the WebService class are used to create and manage the web services on the server.
| Method | Description |
| createFault | Creates a global SOAP fault for a Web Service object. |
| CreateWebService | Creates a new object to implement a Web Service. |
| generateWSDL | Creates an xml.DomDocument object with the WSDL data of the Web Service object. |
| publishOperation | Publishes a Web Operation that has been previously specified by the com.WebOperation object passed as the parameter. |
| registerInputRequestHandler | Registers the function that will be performed on incoming SOAP requests. |
| registerOutputRequestHandler | Specifies the function that should be called after the SOAP request processing and before the SOAP response sending. |