what is the difference of using transformer in service &
direct invoke of service?

Answers were Sorted based on User's Feedback



what is the difference of using transformer in service & direct invoke of service?..

Answer / unahs

Invoking a service using a transformer, you can invoke multiple services in a single map step and every service is invoked using a separate thread thus executing parallely and improving performance.

Is This Answer Correct ?    13 Yes 4 No

what is the difference of using transformer in service & direct invoke of service?..

Answer / tweety

While invoking a service as a transformer we can map only
the required fields.
IF we invoke a service directly , the pipeline values of
the called service will be included along with the current
pipeline value and have to drop the unwanted variables
explicitly.

Is This Answer Correct ?    7 Yes 0 No

what is the difference of using transformer in service & direct invoke of service?..

Answer / siva subrahmanyam

1. Multiple services can be invoked via multiple threads that are executed in Parallel and thus Improved performance.

2. Also, the pipeline memory will be optimally used as the pipeline variables need not be carried over multiple flow steps.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More WebMethods Interview Questions

What Is a Startup Service?

3 Answers  


How many kinds of log files in webmethods?

0 Answers  


can u explain abt Pub-Sub Architecture,where do u implemented this?

3 Answers   Cap Gemini, Cognizant,


Difference between Scheduler service and adapter pooling notification?

1 Answers   CSC,


Explain header handlers in web services

0 Answers   CTS, Satyam,






When to Unlock an Element?

3 Answers  


what is meant by "Block time out" and "Expire time out " in jdbc adapter configuration

1 Answers   Colt, Satyam,


How many interfaces you implemented sofar?

0 Answers  


what is difference between groups and ACL groups

1 Answers   TCS,


the document is published but not subscribed where the document stored and how to trace the document?

1 Answers   Cap Gemini, Tech Mahindra,


How to Move Flow Steps?

1 Answers   IBM,


How to use SEQUENCE as the Target of a BRANCH?

2 Answers   Accenture,


Categories