- Contents
SOAP API Developer's Guide
SOAP Send Response
Sends the specified payload as response to the sender of the request. To support transport specific features, the ‘Transport Control Data' argument takes an XML node whose content will be sent back to the client. It can be used to send transport specific out-of-band data to the client. For example, for the HTTP transport it allows to set additional header fields or specify a special status code. See SOAP ISAPI Filter Schema for schema details. The schema itself is not part of SOAP specification.
Parameter |
Dir |
Type |
Remarks |
SOAP Request |
IN |
Handle |
Handle of the SOAP request |
Payload |
IN |
Node |
Node of the payload envelope to send back to the client. Must be document node or <Envelope> document element. |
Transport Control Data |
IN |
Node |
Optional. Node of an XML structure with additional transport specific control data. See Appendix A: SOAP Transport Information and Control. |
Exit Paths
- Success
-
Response was sent successfully.
- No Response
-
This request does not expect a response.
- Duplicate
-
Response for this request has already been sent.
- Failure
-
Some other error. Check Payload node with XML Get Error Info.