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?

Answers were Sorted based on User's Feedback



if i have a parent sequence with the property set- exit on success, n the try sequence block set t..

Answer / priyanka

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.

Is This Answer Correct ?    19 Yes 3 No

if i have a parent sequence with the property set- exit on success, n the try sequence block set t..

Answer / aarthi srinivasachari

When a SEQUENCE step exits on failure, the
Integration Server rolls back the pipeline contents. That
is, the Integration Server returns the pipeline to the state
it was in before the SEQUENCE step executed.
So when the catch block, sequence (exit on failure) fails,
it will not execute further steps, drops all the pipeline
values, and will go to the next step in the calling
service. It will not go to catch block of calling service.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More WebMethods Interview Questions

what is meant by "Block time out" and "Expire time out " in jdbc adapter configuration

1 Answers   Colt, Satyam,


What Does a Flow Service Look Like in Diagram View?

1 Answers   Colt, IBM,


When Is a Copy of the Input Pipeline Saved in the Audit Log?

1 Answers  


what is the variable need to keep in the clearpipeline service

1 Answers   Wipro,


post me important interview question on webmethods

0 Answers  






what are the new features in 8.0 compared to 7.1?

4 Answers   Satyam,


What are the advantages of eai?

0 Answers  


How ACLs Affect locking?

2 Answers  


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

0 Answers  


If v want to run the server with some other port number , what v need to do ?? Developer:

3 Answers   IBM,


How to Create an ACL?

4 Answers   TCS,


What is Modeler

1 Answers  


Categories