what is the difference of using transformer in service &
direct invoke of service?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
How many ways can you invoke a service?
in filepooling process the document is not updated in target location means its in error directory how to achieve this problem?
How to Rename and Delete Elements?
By how many ways can we invoke a service?
What Is a Startup Service?
How to Find Elements in the Navigation Panel?
if i have a parent sequence with the property set- exit on success, n the try sequence block set to exit on failure, n the catch sequence block too set to failure, what is the result?
When we use repeate, exit flow steps?
i have partner A,and partner B, then i want to send a document to partner B, what are requirements i will provide to partners ?
How to Know Who Has an Element Locked?
2. What are the different ports in IS?
Difference between Scheduler service and adapter pooling notification?