- Select the desired class name in the editor.
- Choose on the main menu or choose from the context menu.
- In the Generate WSDL From Java dialog box that opens specify the following:
- The name and URL address of the Web service.
- The protocol and encoding style used when accessing the public operations of the Web service.
- The type information, including name, operations, parameters and data comprising the interface of the Web service.
Click OK, when ready.

,
which is normally generated on the server during the Web service deployment.
A major part of Web service client development is implementing generation of requests to the service
and parsing responses from it in compliance with the WSDL descriptor settings.