!--a11y-->
Point-to-Point: Service Execution at the
Provider 
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.
The Web service has been called by the user.
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.
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
