3.7. Adding a Service to a WSDL File

The HelloWorldArtifacts.wsdl file is added to a service when you create a BPEL process file. A default service is already defined in this WSDL file. However, if you want to add your own service, follow the steps below:
  1. Open the file HelloWorldArtifacts.wsdl in the HelloWorld project.
  2. Right-click the WSDL editor and select the Add Service option. A new service should appear in the editor. Name it HelloWorldProcessService. It has the Port named NewPort. Select it, right-click on it and rename it to HelloWorldProcessPort in the Properties view.
    Properties view

    Figure 3.8. Diagram 1

  3. Right-click in the whitespace of the WSDL editor and select the Add Binding option. A new Binding component will appear in the editor. Name it HelloWorldSOAPBinding. Select it, and in the General tab of the Properties view and select HelloWorld as a port type in the PortType field.
  4. Click on the Generate Binding Content... button to open the Binding Wizard.
  5. In the wizard, select SOAP as the Protocol. Click the Finish button to close the wizard.
    Diagram

    Figure 3.9. Diagram 2

  6. Click the HelloWorldProcessPort property in the General section of the Properties view.
  7. Select HelloWorldSOAPBinding in the Binding combobox.
  8. Address field

    Figure 3.10. Diagram 3