In which case the transformers should not be used...?
Answers were Sorted based on User's Feedback
Answer / rajesh ramisetty
if the output of one transformer is the input of another
transformer in the same map,the reason behind there is no
guarantee that IS executes the transformers in a sequential
manner.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / hima
The output of one transformer cannot be used as the input of another transformer in the same MAP step.
Transformers in a MAP step are independent of each other and do not execute in a specific order. When inserting transformers, assume that webMethods Integration
Server concurrently executes the transformers at run time.
| Is This Answer Correct ? | 7 Yes | 0 No |
What Is a Shutdown Service?
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?
How to Find Elements in the Navigation Panel?
What is the difference between DISABLING a Polling Notification and SUSPENDING a Polling Notification?
Is Source Control the Same as Locking?
What is the difference between a system locked element and a read-only element?
What are the advantages of eai?
in which scenario we will use no tx,in which scenarion we use local tx?
Explain about pub-sub architecture?
What Is a Replication Service?
When to Lock an Element?
What is a scope of a variable that declared inside the main? Is tht accessible in try & catch block?