The process of creating Web Services is automated by the Web Service Creation Wizard in the Dynamo Administration UI. This wizard guides you through the steps of selecting a Nucleus component and method, specifying input parameters and other settings; it then automatically creates the Web Service by performing the following steps:

These steps are described in more detail in the Anatomy of a Web Service section.

The wizard uses the component /atg/webservice/WebServiceGenerator to perform the actual work of generating the service. This component, which is of class atg.webservice.WebServiceGeneratorImpl, performs all of the operations listed above, either through its own methods or through other components it refers to.