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 |
what is the difference of using transformer in service & direct invoke of service?
3 Answers Cap Gemini, Siemens,
Explain header handlers in web services
Is Source Control the Same as Locking?
How to Find Elements in the Navigation Panel?
What is a scope of a variable that declared inside the main? Is tht accessible in try & catch block?
steps of deploying a service in webmethods
Explain about pub-sub architecture?
IS is thread or process ?
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 happens to the locks on elements when we upgrade webMethods Integration Platform?
How to Create an IS Schema?
Can you spell SAP, ERP, CRM, XML and EDI properly?