Show TOC Start of Content Area

Procedure documentation Consuming Web Services  Locate the document in its SAP Library structure

Use

To consume a Web service, you have to create a Web service client for it. When you create a Web service client, you generate a Web service proxy and then create a client application, which uses the Web service proxy to call the Web service.

Procedure

       1.      Importing WSDL Documents in the SAP NetWeaver Developer Studio

You generate a Web service proxy based on the WSD document of a the Web service for which you want to generate the proxy. This procedure enables you to generate the relevant WSDL document.

       2.      Creating Web Service Proxies

This procedure enables you to generate a Web service proxy based on the WSDL document of a Web service.

       3.      Creating Web Service Client Applications

This procedure enables you to create a client application.

End of Content Area