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



how can try and catch block can be implemented using web methods developer ? tell the steps to imp..

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

how can try and catch block can be implemented using web methods developer ? tell the steps to imp..

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

how can try and catch block can be implemented using web methods developer ? tell the steps to imp..

Answer / ranjeet

we can insert the finally block by
Sequence(Exit on success) MAIN
Sequence( Exit of failure) TRY
Sequence( Exit on done) CATCH
Sequence(Exit on failure) FINALLY

Is This Answer Correct ?    3 Yes 9 No

Post New Answer

More WebMethods Interview Questions

In webMethods Integration Platform, where is the lock information stored (such as names of elements that are locked, when they were locked, etc.)?

2 Answers  


What Does an IS Schema Look Like?

1 Answers  


can u explain about trading networks

2 Answers   Wipro,


in filepooling process the document is not updated in target location means its in error directory how to achieve this problem?

0 Answers   Quinnox,


What is the difference between DISABLING a Polling Notification and SUSPENDING a Polling Notification?

1 Answers   Cap Gemini, Satyam,






What Are Input and Output Parameters?

1 Answers  


how many interfaces u implimented sofar ?

1 Answers   Cap Gemini,


How to convert document list to document? If document list contain documents and documents contain strings field. How to convert?

0 Answers  


how to configure sap adapter6.1

0 Answers   IBM,


Where do you implemented pub-sub architecture?

0 Answers  


what is difference between groups and ACL groups

1 Answers   TCS,


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.

0 Answers  


Categories