Show TOC Start of Content Area

Procedure documentation Consuming Web Services for TU&C/C  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 Web service over the TU&C/C protocol.

Procedure

       1.      In the Enterprise Services Repository (ESR), model a Service Interface (SI) using the TUCC 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.

When you create a Web service client application, you have to use methods of the WS-RM API provided by the application server in conjunction with the compensate and confirm methods in the client application. More information: Consuming TU&C/C Web Services.

                            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. 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