how can try and catch block can be implemented using web
methods developer ?
tell the steps to implement it?
Answers were Sorted based on User's Feedback
Answer / srikanth
Build your flow service like this:
Sequence{Main Block}[EXIT ON: SUCCESS]
Sequence{Try Block}[EXIT ON: FAILURE]
Sequence{catch Block}[EXIT ON: DONE]
| Is This Answer Correct ? | 32 Yes | 0 No |
Answer / suresh bandari
1)sequence(outer sequence-exit on success).
2)sequence(Try block with service logic(inner sequence & child
to outer sequence)-exit on failure).
3)sequence(Catch block with any errors found in try block
(inner sequence & child to outer sequence)-exit
on done).
4)Branch step with retrying the errors
| Is This Answer Correct ? | 14 Yes | 0 No |
What Happens When an Event Occurs?
what is indices in MAP flow step?
Why we use Local transaction and there boundaries.
what is meant by "Block time out" and "Expire time out " in jdbc adapter configuration
What Is Dimensionality?
What Are Input and Output Parameters?
when we are using loop and when we use repaet?
How you can implement finally block in flow services ?
IS is thread or process ?
explain try and catch block briefly
What Is an ACL?
in filepooling process the document is not updated in target location means its in error directory how to achieve this problem?