HOw to handle exceptions in webMethods.
Answer / bijendra
To handle exceptions in webMethods, we use three sequencce
step as below -
First sequence (exit on success)
- second sequence (exit on failure)
- third sequence (exit on done)
second and third sequences are child steps of first one.
all the business login will come inside second sequence and
what we have to do when exception is there, this logic will
come in third sequence.
| Is This Answer Correct ? | 76 Yes | 2 No |
2. What are the different ports in IS?
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 to Unlock an Element?
How many kinds of log files in webmethods?
What is the difference between a system locked element and a read-only element?
What Is an ACL?
what kind of error will be occurred if u did not mention from to the exit flow step
What is correlation ID?
how can you find file name in file-pooling concept?
What Are Input and Output Parameters?
can we invoke morethan one service in trigger?