Show TOC

Creating a Dynamic Web Project for the Web Service ClientLocate this document in the navigation structure

Context

You create a dynamic Web project and add it to an enterprise application project. At a later stage in the dynamic Web project, you create a Web service proxy and client application which you use to consume the Web service.

Procedure


  1. In the Java EE perspective, choose Start of the navigation path File Next navigation step New Next navigation step Project End of the navigation path.

    The NewProject window opens.

  2. In the list of wizards, choose Start of the navigation path Web Next navigation step Dynamic Web Project End of the navigation path, and then choose Next .

  3. In the Projectname field, enter HelloWorldWEB .

  4. Choose Add project to anEAR , and then choose New .

    The EAR ApplicationProject wizard opens.

  5. In the Projectname field of the wizard, enter HelloWorldWEBEAR , and then choose Finish .

  6. In the Create a Dynamic Web project wizard, choose Finish .

Results

The HelloWorldWEB and the HelloWorldWEBEAR projects appear in the Project Explorer .