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 |
In webMethods Integration Platform, where is the lock information stored (such as names of elements that are locked, when they were locked, etc.)?
What Does an IS Schema Look Like?
can u explain about trading networks
in filepooling process the document is not updated in target location means its in error directory how to achieve this problem?
What is the difference between DISABLING a Polling Notification and SUSPENDING a Polling Notification?
What Are Input and Output Parameters?
how many interfaces u implimented sofar ?
How to convert document list to document? If document list contain documents and documents contain strings field. How to convert?
how to configure sap adapter6.1
Where do you implemented pub-sub architecture?
what is difference between groups and ACL groups
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.