what is difference between invoke & transformers
Answers were Sorted based on User's Feedback
Answer / lakshmi
invoke is used to invoke a service with in another flow service.Transformers are the services we used to accomplish value transformations in the pipeline tab.we can use any service as transformer.
| Is This Answer Correct ? | 9 Yes | 0 No |
Invoke: invoke the service with in flow
Transformer:transformer the Service invoked pipeline
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / lakshmi
Invoke is used to invoke a service with in the flow service.
But transformers are nothing nothing but services used to accomplish value transfermations in the pipeline tab.We can use any service as transformer
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sunil
Invoke: By using this we can invoke a single service at a time...
Tranformers: It is in MAP Step by using this we can invoke multiple services in single step ...
..>Here services in map step will execute Randomly..
..>move varibles i/p to o/p vice versa..
..>assign values to variable in the pipeline
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / deepikamurari
If we are having some common predefined services,we call call in another flow service using invoke
Transformers---we can place multiple transformers in 1 map step which is used for data conversion
ex:pub.length ,pub.concat
| Is This Answer Correct ? | 0 Yes | 0 No |
What Happens When a Client Runs a Service with ACLs?
When we use repeate, exit flow steps?
How to Know Who Has an Element Locked?
can we build loop step with in the branch in such a way that the interface is look like that branch <transactiontype > sequence: Deposit loop <accno> xxxxxx sequence: current loop <accno> xxxxxxx sequence: savings loop <accno> can we achieve the above senario.
What Happens When a Breakpoint is Encountered?
Why we use Local transaction and there boundaries.
How many ways can you invoke a service?
what is the difference between lexical ooperators,logical operators?which one is mainly used in filter,broker?why?
2 Answers Emphasis, HCL, iGate,
Can you spell "Webmethods" properly in the language of your choice?
Join types in Trigger?Explain?
In ftp, if we need to change username and password. what we have to do?
When Should You Use Flow Diagram View?