이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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:
- Open the file
HelloWorldArtifacts.wsdl
in the HelloWorld project. - 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.
Figure 3.8. Diagram 1
- 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.
- Click on the Binding Wizard.button to open the
- In the wizard, select SOAP as the Protocol. Click the button to close the wizard.
Figure 3.9. Diagram 2
- Click the HelloWorldProcessPort property in the General section of the Properties view.
- Select HelloWorldSOAPBinding in the Binding combobox.
- Enter http://localhost:8080/bpel/processes/HelloWorld?wsdl in the Address field.
Figure 3.10. Diagram 3