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 we can catch exception error on run time mode using flow language in webmethods?
Explain about pub-sub architecture?
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?
How many interfaces you implemented sofar?
When we use repeate, exit flow steps?
Explain what is indices in map flow step?
how to configure sap adapter6.1
How to convert document list to document? If document list contain documents and documents contain strings field. How to convert?
Where do you implemented pub-sub architecture?
When Should You Use Flow Diagram View?
Explain header handlers in web services
How many kinds of log files in webmethods?
can any one please post Q and Ans for Trading Networks in webMethods
When we use repeate flow steps?
How many minutes have you spent in your lifetime reading documentation or actually (gasp) working with any webMethods product on a real project?