Show TOC

Creating the HelloWorld Web Service ClientLocate this document in the navigation structure

Use

You have successfully developed the HelloWorld Web service and deployed it on the application server. You can now proceed with creating a Web service proxy and client application for the Web service.

Procedure

You generate a Web service proxy from the WSDL document of the Web service. You use the Web service proxy as a connection between the Web service and the client application. In this tutorial you create a Web servlet as a consumer application.

You develop the Web service proxy and client application in three phases:

  1. In the SAP NetWeaver Developer Studio, you create a dynamic Web project and an enterprise application project for the Web service proxy and client application. More information: Creating a Dynamic Web Project for the Web Service Client .

  2. In the dynamic Web project, you create the Web service proxy, and then you create a Web 2.5 servlet. More information: Importing the WSDL Document , Generating the Web Service Proxy , Creating the Web Service Client Application .

  3. You deploy the Web service proxy and client application on the application server. More information: Deploying the HelloWorld Web Service Client .