Show TOC Start of Content Area

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

Use

This section outlines the process flow you need to follow to create and configure a Web service client, which consumes a stateful Web service.

Procedure

       1.      In the Enterprise Services Repository (ESR), model a Service Interface (SI) using the Stateful interface pattern. Mode information about developing Service Interfaces: Developing Service Interfaces. More information about interface patterns: Interface Pattern.

       2.      In the SAP NetWeaver Developer Studio, proceed as follows:

                            a.      Import the WSDL document of the SI you modeled at the previous step. Using the SAP NetWeaver Developer Studio, which is integrated with the ESR, you import the WSDL from the ESR. More information: Importing WSDL Documents in the SAP NetWeaver Developer Studio.

                            b.      Based on the WSDL document you imported, generate a deployable Web service proxy. More information: Creating Web Service Proxies.

                            c.      Implement a client application, which uses the deployable Web service proxy you generated. More information: Creating Web Service Client Applications.

                            d.      Deploy the Web service proxy on the application server. More information: Building, Publishing and Removing Published Java EE Applications.

       3.      In the SAP NetWeaver Administrator, configure the Web service client to apply runtime configuration settings to it. You have to set the session method by which stateful communication takes place. More information about configuring Web service clients: Configuring Individual Web Service Clients. More information about the underlying concepts: Configuration of Individual Web Services and Web Service Clients.

 

 

End of Content Area