Show TOC Start of Content Area

Procedure documentation Creating a Dynamic Web Module for the Converter Consumer Application  Locate the document in its SAP Library structure

Use

You create a Web Module Development Component (DC) in the SAP NetWeaver Development Infrastructure and add it to an enterprise application project. At a later stage in the Web Module, you create a Web service proxy, a Service Group with service references, and a client which you use to consume the Web service.

Procedure

1. Create a Web Module DC

       1.      Open the Development Infrastructure perspective, choose Window Open Perspective Other Development Infrastructure..

       2.      Choose File New Project.

The New Project window opens.

       3.      In the list of wizards, choose Development Infrastructure Development Component, and then choose Next.

       4.      On the New Development Component step, choose J2EE Web Module, and then choose Next.

       5.      On the Select Software Component step, choose ‘Local Development’ MyComponents[demo.sap.com], and then choose Next.

       6.      On the New Development Component step, proceed as follows:

                            a.      In the Vendor field, enter com.sap.tutorial.

                            b.      In the Name field, enter converterwebclient.

       7.      Choose Finish.

       8.      On the system prompt, choose No.

2. Create an EAR DC

...

       1.      In the Development Infrastructure perspective, choose File New Project.

The New Project window opens.

       2.      In the list of wizards, choose Development Infrastructure Development Component, and then choose Next.

       3.      On the New Development Component step, choose J2EE Enterprise Application, and then choose Next.

       4.      On the Select Software Component step, choose ‘Local Development’ MyComponents[demo.sap.com], and then choose Next.

       5.      On the New Development Component step, proceed as follows:

                            a.      In the Vendor field, enter com.sap.tutorial.

                            b.      In the Name field, enter converterwebear.

       6.      Choose Next twice.

       7.      On the New Ear Project step, in the Referenced Projects area, choose LocalDevelopment~LocalDevelopment~converterwebclient~com.sap.tutorial.

       8.      Choose Finish.

       9.      On the system prompt, choose No.

Result

The converterwebclient and the converterwebear projects appear in the Component Browser.

Next Step

Importing the Converter WSDL Document

 

 

End of Content Area