What Are Transformers?

Answers were Sorted based on User's Feedback



What Are Transformers?..

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

What Are Transformers?..

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

What Are Transformers?..

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

Post New Answer

More WebMethods Interview Questions

scenario: 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 need my branch to exit from loop B, what should i do?

2 Answers   IBM,


What is the difference between DISABLING a Polling Notification and SUSPENDING a Polling Notification?

1 Answers   Cap Gemini, Satyam,


How we can catch exception error on run time mode using flow language in webmethods?

0 Answers  


When we use repeate flow steps?

0 Answers  


what is adictionary

3 Answers  






What is scope?

2 Answers   TCS,


How many kinds of log files in webmethods?

0 Answers  


Explain what is indices in map flow step?

0 Answers  


How You Can Delete Session Logs On IS?

1 Answers  


What are the advantages of eai?

0 Answers  


What Is Developer?

2 Answers  


What are Structural transformations ?

1 Answers  


Categories