- Contents
Interaction Designer Help
SOAP Abort Request
This SOAP tool 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.
Outputs
SOAP Request
Handle of the SOAP request.
Send Unhandled Response
Checkbox. Default = False.
Exit Paths
Success
This path is taken if the request is aborted.
Failure
This path is taken if the operation fails.