webMethods Ezine Exception Handling with Integration Server

Questions or comments about this webMethods Ezine article?

Click here to read the original text.

I have another technique not to loose data during Exceptions.

I create a record before calling the service which might fail and in this service I keep state in the record’s fields.

This works because the record is shallow-copied into the called services, and copying back is not needed to retain the data.

Dear All,
I am executing a SQL statement as an service,
i want to capture any exception that occurs while executing that SQL statement,
How to do it in a flow service?
This is quite urgent!!!

read ezine article form archive on Exception and Error handling in IS you will find answer there its a basic flow sequance TRY CATCH simulation with calling getLastError built in service.