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 difference between invoke & transformers 

5 Answers  


How can you see partner data using webservice.

1 Answers   Mphasis,


How to Create an ACL?

4 Answers   TCS,


When we use exit flow steps?

1 Answers  


what is the difference between a loop and a repeat?

5 Answers   FCS, TCS,






What is a scope of a variable that declared inside the main? Is tht accessible in try & catch block?

3 Answers   FCS,


What is meant by "copy" condition in webmethods

3 Answers   CTS,


When Should You Use Flow Diagram View?

0 Answers  


post me important interview question on webmethods

0 Answers  


What Is Data Validation?

1 Answers   TCS,


how can try and catch block can be implemented using web methods developer ? tell the steps to implement it?

3 Answers   Interra IT,


How you can implement finally block in flow services ?

8 Answers   Cap Gemini,


Categories