Publishing a web service
This recipe explains how to prepare a web service for publishing. The publishing of a web service represents the step in the lifecycle where the implementation gets exposed and is available for integration. In this recipe, we will show you how to deploy a web service from JDeveloper to the WebLogic server.
Getting ready
We will use the example that we have amended throughout this chapter to complete this recipe.
How to do it…
Following are the steps required to publish a web service from JDeveloper to the WebLogic server:
- In JDeveloper, at the project root node, right-click and select the Deploy | WebServices... option as shown in the following screenshot:
- The Deploy WebServices wizard opens. Select the Deploy to Application Server option and click on Next.
- The next page opens the server list where we select our BPEL server and click on Next as shown in the following screenshot:
- The next page shows the Weblogic Options that can be configured. We won't change...