When and why should we use transformers and flow services?
How are they different from each other?
Answer Posted / aarthi srinivasachari
My input:
1) One disadvantage : If there is an exception in the
transformer service, all the pipeline values of the running
flow service will be lost and cannot be caught in
the 'lastError' service. This makes debugging quite tough.
To sum up :
2) Transformers and service invoke does Value
transformations. But with Transformers, in a single step,
multiple transformations can be done.
3) Memory efficient: when compared to using multiple invoke
steps - a single step with multiple transformers consumes
lesser memory.
4) The order of execution of transformers cannot be
controlled. This is more based on the order of transformers
listed in flow.XML (As we know array in XML may be read
from bottom to top)
5) While using transformers, we dont have to worry about
dropping the in/out variables.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
How many interfaces you implemented sofar?
how to configure sap adapter6.1
Explain about pub-sub architecture?
How many minutes have you spent in your lifetime reading documentation or actually (gasp) working with any webMethods product on a real project?
When we use repeate flow steps?
How we can catch exception error on run time mode using flow language in webmethods?
How many kinds of log files in webmethods?
When we use repeate, exit flow steps?
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?
Explain header handlers in web services
Explain about pub-sub architecture, where do you implemented this?
Explain what is indices in map flow step?
Where do you implemented pub-sub architecture?
What are the advantages of eai?