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 |
how can you find file name in file-pooling concept?
how can try and catch block can be implemented using web methods developer ? tell the steps to implement it?
What is the difference between DISABLING a Polling Notification and SUSPENDING a Polling Notification?
how many interfaces u implimented sofar ?
What happens to the locks on elements when we upgrade webMethods Integration Platform?
How ACLs Affect locking?
When to Lock an Element?
What Is a Shutdown Service?
In webMethods Integration Platform, where is the lock information stored (such as names of elements that are locked, when they were locked, etc.)?
How webMethods Developer Supports Tables?
What Is a Package?
hai this is prasad webmethods is used to integrate the applications but ,we can do that same by using java also ,then why do we use webmethods please send me the answer