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 |
i am having a csv file and it is passed to the tokenize and is passed to the three different fields without setting the indices property. my question is to which variable which value goes or all the tokenized fields tobe passed? for eg:santosh.giridhar_satish_satish.csv-->tokenize what will happen
what is the difference between lexical ooperators,logical operators?which one is mainly used in filter,broker?why?
2 Answers Emphasis, HCL, iGate,
Why we use Local transaction and there boundaries.
how to get a data from FTP server in webMethods Integration server?
In webMethods Integration Platform, where is the lock information stored (such as names of elements that are locked, when they were locked, etc.)?
What Does a Flow Service Look Like in Diagram View?
Explain header handlers in web services
How many interfaces you implemented sofar?
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????
How to create a link between variables?
Explain about pub-sub architecture?
How to open a session on a different server?