- Contents
SOAP API Developer's Guide
SOAP Expects Response
Takes a different exit path depending on whether the SOAP request requires a response (YES) or not (NO). If the request expects a response and the handler exits (the SOAP Request handle goes out of scope) without having invoked ‘SOAP Send Response', a Response Notification is sent back with the ‘Unhandled' flag set to true.
Exit Paths: YES, NO
Parameter |
Dir |
Type |
Remarks |
SOAP Request |
IN |
Handle |
Handle of the SOAP request |