Join types in Trigger?Explain?
Answers were Sorted based on User's Feedback
Answer / dipak mundhe
There are three types of join in trigger.
1)ALL(AND),
2)Any (OR),
3)Only one(XOR)
1) All (AND) -> Trigger invoke service when all document are present in IS (Integration Server).
2)Any (OR) -> When any one document is present integration server invoke the service.
3 Only One (XOR) -> When specify document is available integration server invoke service.
| Is This Answer Correct ? | 17 Yes | 4 No |
Answer / av raviteja
1)ALL(AND),
2)Any (OR),
3)Only one(XOR)
1) All (AND) -> Triggers when all documents are available
2)Any (OR) -> Triggers when any of the specified documents are available
3 Only One (XOR) -> Triggers when only one document is available
| Is This Answer Correct ? | 0 Yes | 0 No |
When we use exit flow steps?
In ftp, if we need to change username and password. what we have to do?
What Is Dimensionality?
How Java Services Are Organized on the webmethods Server?
use of finally block in exception handling in webmethods
what is the difference of using transformer in service & direct invoke of service?
3 Answers Cap Gemini, Siemens,
what is indices in MAP flow step?
When Is a Copy of the Input Pipeline Saved in the Audit Log?
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?
In webMethods Integration Platform, where is the lock information stored (such as names of elements that are locked, when they were locked, etc.)?
can any one please post Q and Ans for Trading Networks in webMethods
How to open a session on a different server?