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 Posted / 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 View All Answers
Explain what is indices in map flow step?
When we use repeate flow steps?
how to configure sap adapter 4.1
What are the advantages of eai?
can any one please post Q and Ans for Trading Networks in webMethods
in filepooling process the document is not updated in target location means its in error directory how to achieve this problem?
If I have a parent sequence with the property set- exit on success, and the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?
How many minutes have you spent in your lifetime reading documentation or actually (gasp) working with any webMethods product on a real project?
Explain about pub-sub architecture, where do you implemented this?
How we can catch exception error on run time mode using flow language in webmethods?
Explain header handlers in web services
Explain what are the new features in 8.0 compared to 7.1?
How many interfaces you implemented sofar?
How to convert document list to document? If document list contain documents and documents contain strings field. How to convert?
When we use repeate, exit flow steps?