What Happens When an Event Occurs?
Answers were Sorted based on User's Feedback
Answer / ashish arya
There are various types of events that occur in Integration
Server.e.e Session start, session end, session timeout,
alarm, exception etc. These can be seen in Developer Event
Manager. Go to Tools menu in the menu bar on the developer
and click on Event Manager.
We can invoke a service when a particular event occurs in
this event manager. e.g: we can invoke a particular service
when an exception occurs in any of the IS services. This is
helpfull when we want to implement custom/generic
exception handling framework.
Is This Answer Correct ? | 2 Yes | 0 No |
gate ways in webmethods
Do you buy stocks or bonds from a Broker?
How you can implement finally block in flow services ?
if i dont want to repeat then what i need to do?
What Are Event Handlers?
1 Answers Tecnics Integration Technologies,
How ACLs Affect locking?
what kind of error will be occurred if u did not mention from to the exit flow step
What Is Data Validated Against?
Difference between Scheduler service and adapter pooling notification?
When to Lock an Element?
How to Know Who Has an Element Locked?
I have a loop a, under which I have a child loop b, under which I have a branch with few services with a condition. If a condition is satisfied , then I needmy branch to exit from loop b, what should I do?