how can try and catch block can be implemented using web
methods developer ?
tell the steps to implement it?
Answer Posted / srikanth
Build your flow service like this:
Sequence{Main Block}[EXIT ON: SUCCESS]
Sequence{Try Block}[EXIT ON: FAILURE]
Sequence{catch Block}[EXIT ON: DONE]
| Is This Answer Correct ? | 32 Yes | 0 No |
Post New Answer View All Answers
post me important interview question on webmethods
Where do you implemented pub-sub architecture?
Explain about pub-sub architecture?
How to convert document list to document? If document list contain documents and documents contain strings field. How to convert?
How many kinds of log files in webmethods?
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?
can we build loop step with in the branch
in such a way that the interface is look like that
branch
When we use repeate, exit flow steps?
Explain about pub-sub architecture, where do you implemented this?
How many minutes have you spent in your lifetime reading documentation or actually (gasp) working with any webMethods product on a real project?
What are the advantages of eai?
can any one please post Q and Ans for Trading Networks in webMethods
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?