Show TOC Start of Content Area

Process documentation Consuming Web Services

Purpose

To consume a Web service, you create a deployable or a standalone proxy for the Web service in the SAP NetWeaver Developer Studio using a WSDL document as a basis. This is done with just a few mouse clicks.

Process Flow

This graphic is explained in the accompanying text

The Web service client developer has the task of integrating a Web service in an application. He or she knows the specific requirements for the Web service and creates a Web service proxy. Afterwards, the developer programs the client application using the service interface.

...

       1.      Create a deployable proxy or a standalone proxy.

       2.      Make the required configuration.

       3.      Program your application using the service interface of the proxy.

 

See also:

Creating Deployable Proxies

Creating Standalone Proxies

End of Content Area