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 |
Join types in Trigger?Explain?
In JMS can we publish a document to multiple brokers ? If Possible ,how can we achieve that ?
What is the difference between a system locked element and a read-only element?
Do you buy stocks or bonds from a Broker?
In webMethods Integration Platform, where is the lock information stored (such as names of elements that are locked, when they were locked, etc.)?
What is correlation ID?
what is indices in MAP flow step?
n what folder is the webMethods documentation for the Broker Admin package located?
How many kinds of log files in WebMethods???? and where are they exist???
How we can catch exception error on run time mode using Flow language in WebMethods??? and how we can send error description as an output parameter????
how can try and catch block can be implemented using web methods developer ? tell the steps to implement it?
How to Know Who Has an Element Locked?