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 |
If v want to run the server with some other port number , what v need to do ?? Developer:
How to Know Who Has an Element Locked?
How to convert documentlist to document? If document list contain documents and documents contain strings field .how to convert?ple tell me any one.
What Are Input and Output Parameters?
If I have a parent sequence with the property set- exit on success, and the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?
How Java Services Are Organized on the webmethods Server?
What Is an Element?
How to Change the Order of Steps in a Flow Service?
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.
By how many ways can we invoke a service?
IS is thread or process ?
What Is a Shutdown Service?