The New WSDL Document wizard enables you to create a WSDL file from scratch. To open the wizard in a BPEL Module project, you right-click the project and choose New > WSDL Document.
The Abstract Configuration page prompts you to define 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. After the WSDL file is created, you can use the WSDL Editor to create additional operations.
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 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 messages that you specified in the wizard.