Avatar

Level 3

there are two sides to handling faults on Form's making SOAP calls.

1) On the form side... make sure you 'try catching' the dataconnnection execute - iterate through the properties of the Exception.

2) On the server side ... assuming LiveCycle Workbench is used.

       - Create various outputs parameters as required. (eg: searchResponseMsg, search_faultMsg... or whatever your process requires)

       - Ensure you handle all exceptions in the process so that a controlled message can be given back to the form (ie: the little lighting bolts on each service need to be catered for).