Feedback

  • Contents
 

SOAP Expects Response

This SOAP tool 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.

Inputs

SOAP Request

Handle of the SOAP request.

Exit Paths

Yes

This path is taken if the SOAP request requires a response.

No

This path is taken if the SOAP request does not require a response.