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

Explain header handlers in web services

0 Answers   CTS, Satyam,


We have created a insert notification ,is there any way to process the document in the subscriber without publishing it .....?

2 Answers  


what is the difference between Schema and SchemaDT

2 Answers  


What Is Data Validation?

1 Answers   TCS,


what kind of error will be occurred if u did not mention from to the exit flow step

4 Answers   Accenture, TCS,






What Is Flow Diagram View?

1 Answers  


territories in webmethods

5 Answers   TCS,


can any one please post Q and Ans for Trading Networks in webMethods

0 Answers   TCS,


Difference between Scheduler service and adapter pooling notification?

1 Answers   CSC,


What Is a Replication Service?

2 Answers  


Do you buy stocks or bonds from a Broker?

3 Answers  


In ftp, if we need to change username and password. what we have to do?

1 Answers   IBM,


Categories