Show TOC Start of Content Area

Procedure documentation Creating a Dynamic Web Project for the Converter Web Service Client  Locate the document in its SAP Library structure

Use

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 which you use to consume the Web service.

Procedure

       1.      In the Java EE perspective, choose File New Project.

The New Project window opens.

       2.      In the list of wizards, choose Web Dynamic Web Project, and then choose Next.

       3.      In the Project name field, enter ConverterWEBClient.

       4.      Choose Add project to an EAR, and then choose New.

The EAR Application Project wizard opens.

       5.      In the Project name field of the wizard, enter ConverterWEBEAR, and then choose Finish.

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

Result

The ConverterWEBClient and the ConverterWEBEAR projects appear in the Project Explorer.

Next Step

Importing the Converter WSDL Document

 

 

 

End of Content Area