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 are the functions or operations support 'WSDL"

1 Answers   CSC,


Should we archive derived files?

1 Answers  


What is the difference between a system locked element and a read-only element?

3 Answers  


What Happens When a Client Runs a Service with ACLs?

1 Answers  


In webMethods Integration Platform, where is the lock information stored (such as names of elements that are locked, when they were locked, etc.)?

2 Answers  






How to Change the Order of Steps in a Flow Service?

1 Answers  


i have partner A,and partner B, then i want to send a document to partner B, what are requirements i will provide to partners ?

1 Answers   IBM,


What Happens When a Breakpoint is Encountered?

1 Answers  


Hi I am using Wenmethods 7.1 since many years. I am on Webmethods project. Today my Boss asked me about CLSRIM (Webmethods service, when one server is down, automatically another will take over. Can you please throw some light on above ? OR from where can I get some help ? IT IS URGENT...... Komalika

4 Answers  


why are you deploying the war (or) ear file?

1 Answers   TCS,


what is difference between groups and ACL groups

1 Answers   TCS,


What is correlation ID?

1 Answers   Colt,


Categories