Show TOC

Deploying the HelloWorld Web ServiceLocate this document in the navigation structure

Prerequisites

Context

To consume the Web service, you firstly have to deploy it on an application server. During the deployment, the WSDL document is generated on the application server. At a later stage you use the WSDL document to generate Web service proxy and client application.

Procedure


  1. In the ProjectExplorer , choose HelloWorldEJBEAR .

  2. Choose Start of the navigation path Project Next navigation step Build All End of the navigation path.

    Note

    In the Project menu, the BuildProject option is grayed out if the BuildAutomatically option is enabled in the same menu. In this case, the project is built automatically.

  3. Choose Start of the navigation path Window Next navigation step Show View Next navigation step Servers End of the navigation path.

  4. On the Servers tab page, right-click SAPServer , and then choose Add and RemoveProjects .

  5. From the list of available projects, choose HelloWorldEJBEAR , and then choose Add .

  6. Choose Finish .

  7. If prompted, log on to the application server as Administrator.

Results

The Web service endpoint is on the application server.