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 Data Validation?

1 Answers   TCS,


can we build loop step with in the branch in such a way that the interface is look like that branch <transactiontype > sequence: Deposit loop <accno> xxxxxx sequence: current loop <accno> xxxxxxx sequence: savings loop <accno> can we achieve the above senario.

0 Answers  


How to Know Who Has an Element Locked?

3 Answers  


How to connect jdbc connection in webmethods without server and with server step by step explain.

1 Answers  


what is the difference between lexical ooperators,logical operators?which one is mainly used in filter,broker?why?

2 Answers   Emphasis, HCL, iGate,






Can U Explain JDBC Adapter Transaction types..?

8 Answers   Cap Gemini, LG CNS, STC, Tech Mahindra,


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  


What Is a Flow Service?

1 Answers  


What Does an IS Schema Look Like?

1 Answers  


when we are using loop and when we use repaet?

1 Answers   Fiserv,


What is Modeler

1 Answers  


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

0 Answers   TCS,


Categories