Show TOC

Procedure documentationDeploying the HelloWorld Application Locate this document in the navigation structure

 

To consume this application (Web service), you first have to deploy it on an AS Java. During the deployment, the WSDL document is generated on the AS Java.

Prerequisites

  • The AS Java is running.

  • The Developer Studio is connected to the AS Java.

Procedure

  1. In the Project Explorer, choose HelloWorldEJBEAR.

  2. Choose   Project   Build All  .

    Note Note

    In the Project menu, the Build Project option is inactive if the Build Automatically option is enabled. In this case, the project is built automatically.

    End of the note.
  3. Choose   Window   Show View   Servers  .

  4. On the Servers tab page, right-click SAP Server, and then choose Add and Remove Projects.

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

  6. Choose Finish.

  7. If prompted, log on to the AS Java as Administrator.

Result

The logged application is on the AS Java.

Next step: Testing the HelloWorld Application