- Contents
SOAP API Developer's Guide
SOAP Abort Request
Aborts the request. If ‘Send Unhandled Response' is False, it does not send a response notification, not even an "Unhandled" response when the Request handle goes out of scope. Aborting a request is useful if a SOAP request handler is registered as Monitor handler, for example for wildcard SOAPAction. Multiple handlers may fire at the same time, but only one must send a response notification to the client.
Exit Paths: Success, Failure
Parameter |
Dir |
Type |
Remarks |
SOAP Request |
IN |
Handle |
Handle of the SOAP request |
Send Unhandled Response |
IN |
Boolean |
Checkbox (default = False) |