EAI WebMethods Question:
Download Questions PDF

If i have a parent sequence with the property set- exit on success, n the try sequence block set to exit on failure, n the catch sequence block too set to failure, what is the result?

Answer:

In this case if any step in try block fails it will exit
that and come to catch block and if any step in catch block
fails it will exit from the catch block and skip rest of
the flow steps.

Download EAI WebMethods Interview Questions And Answers PDF

Previous QuestionNext Question
What are client groups?What are extended settings?