| Author |
Message |
Dan Green
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, December 03, 2002 - 10:35 am: |
|
Questions or comments about this webMethods Ezine article? Click here to read the original text. |
Rainer Sinkwitz
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, December 04, 2002 - 03:59 am: |
|
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. |
Kulandai George (Unregistered Guest)
Unregistered guest Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, May 06, 2003 - 11:10 pm: |
|
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!!!!!
|
Igor Androsov
Intermediate Member Username: iandrosov Post Number: 63
Registered: 04-2003 Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, May 12, 2003 - 02:05 am: |
|
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. |