The New WSDL Document wizard enables you to create a WSDL file from scratch. To open the wizard, you right-click the Process Files folder and choose New > WSDL Document.
The Abstract Configuration page prompts you to enter information about the port type, operation, and messages.
A port type contains one or more related operations that the web service can perform. You can create only one operation in the Abstract Configuration page. To create additional operations, you must do so from the WSDL Editor after the file is created.
The Abstract Configuration page contains the following fields:
Each message contains one or more logical parts. The Add and Remove buttons enable you to add and remove parts.
For each part, you must specify the name and the type of content. Be sure to enter a descriptive part name, such as searchInput or resultOutput. By default, the type of content is set to the built-in string type in W3C XML Schema. To change the type or to select an element instead, click the ellipsis (...) button. A dialog box enables you to select any of the built-in types in W3C XML Schema. If the project includes an XML schema file, then the dialog box enables you to select an element or type from the XML schema file.
If you click Next, then the Concrete Configuration page appears.
If you click Finish, then the WSDL file is created without any concrete elements. The WSDL Editor appears in WSDL view. The tree structure includes nodes for the port type, operation, and message(s) that you specified in the wizard.