use of finally block in exception handling in webmethods
Answer Posted / wmlead
Lets assume we have a code where we are using open ssh and in the try block we are doing a sftp login .
So in case of success or error either step we would have to do a logout . So to avoid code duplication both in end of try and catch block we can have a finally block (exit on done). Do a logout in this sequence.
Also it can hold good when we do a manual connection to a DB and irrespective of success or failure we want to close connection.
Main(Exit on success)
|
|----Try(Exit on Failure)
|
|----Catch(Exit on Done)
Finally(Exit on Done)
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
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 kinds of log files in webmethods?
Explain what is indices in map flow step?
how to configure sap adapter 4.1
how to configure sap adapter6.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?
Explain about pub-sub architecture, where do you implemented this?
When we use repeate flow steps?
How we can catch exception error on run time mode using flow language in webmethods?
can any one please post Q and Ans for Trading Networks in webMethods
post me important interview question on webmethods
Where do you implemented pub-sub architecture?
What are the advantages of eai?
Explain what are the new features in 8.0 compared to 7.1?