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

How to use SEQUENCE as the Target of a BRANCH?

2 Answers   Accenture,


Can you spell "Webmethods" properly in the language of your choice?

2 Answers  


How we can catch exception error on run time mode using Flow language in WebMethods??? and how we can send error description as an output parameter????

1 Answers  


explain try and catch block briefly

1 Answers   Accenture,


What is the main difference between webservies 6.5 and webservies 7.1.2

1 Answers   IBM,


how can you find file name in file-pooling concept?

2 Answers  


When we use repeate, exit flow steps?

0 Answers  


How to store logs in DB?

1 Answers   TCS,


can we invoke morethan one service in trigger?

4 Answers   Accenture,


How many kinds of log files in WebMethods???? and where are they exist???

7 Answers   Satyam,


explain about endpoint url,endpoint alias?

1 Answers   TCS,


Is Source Control the Same as Locking?

1 Answers  


Categories