Show TOC Start of Content Area

Process documentation Point-to-Point: Service Execution at the Provider  Locate the document in its SAP Library structure

Purpose

Whenever a Web service is called, the service provider receives the request message of the service consumer. The consumer sends the response message back to the service user.

Use of the Process

This IT process is part of the following IT scenario:

IT Scenario

Scenario Variant

Enabling Platform Interoperability

Providing Web Services Interoperability

Prerequisites

The Web service has been called by the user.

Process Flow

This process is used to execute a called Web service at the service provider.

...

       1.      Receiving the request message

The message of the service user is sent to the service provider.  The message contains the parameters that are the basis for the query of the service user.

       2.      Executing the proxy

When the request message is received, this invokes a suitable protocol on the service provider side. The received parameters are passed to the application in the appropriate format.

       3.      Sending the response message

The application sends a response message. The service user proxy transmits the returned data to the application.

Result

The message from the service user was received and processed by the service provider. Then the return data was sent back to the service user.

See also:

Brokered: Service call at the Receiver

End of Content Area