What Are Transformers?
Answers were Sorted based on User's Feedback
Answer / hemakumar
Transformers are the services you use to accomplish value
transformations on the Pipeline
tab.
You can only insert a transformer into a MAP step.
You can use any service as a transformer.
This includes any Java, C or flow service that you create
and any built-in
services in WmPublic, such as the
pub.date.getCurrentDateString and the pub.string.concat
services. By using transformers, you can invoke multiple
services (and perform multiple
value transformations) in a single flow step.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / shiva
Services are called as Transformers, this will insert
through map step.Multiple transformations done through the
single flow.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vijayakumar b
Still there are some drawbacks in using the transformer.
Because all the service under transformer are running as a
seperate thread. But in the flowservice it will be
executing all the steps in a single thread.
So if we are going to use only one or two service in the
transformer it wont be a big deal.
Otherwise the performance will be a issue
| Is This Answer Correct ? | 2 Yes | 0 No |
How we can catch exception error on run time mode using flow language in webmethods?
why are you deploying the war (or) ear file?
what is the difference between lexical ooperators,logical operators?which one is mainly used in filter,broker?why?
2 Answers Emphasis, HCL, iGate,
What Happens When an Event Occurs?
Explain about pub-sub architecture, where do you implemented this?
How to Change the Order of Steps in a Flow Service?
How to connect jdbc connection in webmethods without server and with server step by step explain.
Can U Explain JDBC Adapter Transaction types..?
8 Answers Cap Gemini, LG CNS, STC, Tech Mahindra,
When to Unlock an Element?
if i dont want to repeat then what i need to do?
When Should You Use Flow Diagram View?
What happens to the locks on elements when we replicate a package?