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?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online WebMethods Job Interview Questions And Answers