Show TOC

ProcedureSending a Response

Procedure

The steps required to send a response are as follows:

  1. When the processing of the Web service proxy is finished, the proxy triggers the proxy framework to map the response data from ABAP data structures to XML.

  2. The SOAP message containing the Web service response is assembled by the Web service interpreter, meaning that it adds SOAP control information to the header of the message and Web service data to the body of the message.

  3. The HTTP Communication Layer sends the response to the specified receiver as an HTTP message.