Web services generated by the Web Service Creation Wizard have the necessary code and configuration information to register the Web service with the Web Service Registry.

To register the service, the service implementation class extends the class atg.webservice.ManagedComponentProperties, which includes a register() method for registering the service. In addition, the web.xml file for the Web application the service is part of declares the WebServiceRegistrar servlet, as described in the Web Service Registrar section.

 
loading table of contents...