explain try and catch block briefly
Answer / prashant.tripathi981
To handle exception/error we use
try and catch block with the use
of sequence.
Remember Exit on
.
.
..........................................
. .
. .
SUCCESS FAILURE
Exit on Success:If there is error in
any subordinate service
it will be run.
Service1
Service2
Service3(here is error)
Service4
Exit on Success will run all 4 services.
Exit on Failure:It will exit on that service
which has any error.
Service1
Service2
Service3(here is error)
Service4
Exit on Failure will run only Service1 and Service2.
Syntax::
Sequence(Main Block)[EXIT ON: SUCCESS]
Sequence(Try Block)[EXIT ON: FAILURE]
Sequence(Catch Block)[EXIT ON: DONE]
| Is This Answer Correct ? | 7 Yes | 5 No |
Explain header handlers in web services
Join types in Trigger?Explain?
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.
I have a loop a, under which I have a child loop b, under which I have a branch with few services with a condition. If a condition is satisfied , then I needmy branch to exit from loop b, what should I do?
steps of deploying a service in webmethods
What Is a Replication Service?
What is the file (.jar) name that sharing between WebMethods integrated with JD Edwards???
How we can catch exception error on run time mode using Flow language in WebMethods??? and how we can send error description as an output parameter????
What is the main difference between webservies 6.5 and webservies 7.1.2
How to create a link between variables?
Difference between custom sql ,dynamic sql ? when we use custom sql,when we use dynamic sql?
How many kinds of log files in WebMethods???? and where are they exist???