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 |
can we build loop step with in the branch in such a way that the interface is look like that branch <transactiontype > sequence: Deposit loop <accno> xxxxxx sequence: current loop <accno> xxxxxxx sequence: savings loop <accno> can we achieve the above senario.
How many minutes have you spent in your lifetime reading documentation or actually (gasp) working with any webMethods product on a real project?
Why we use Local transaction and there boundaries.
What Happens When an Event Occurs?
how to configure sap adapter 4.1
what is the variable need to keep in the clearpipeline service
What Is a Shutdown Service?
What Is a Startup Service?
What Is a Replication Service?
By how many ways can we invoke a service?
different b/t war,ear,jar files?
How many kinds of log files in WebMethods???? and where are they exist???