What Are Transformers?
Answers were Sorted based on User's Feedback
Answer / hemakumar
Transformers are the services you use to accomplish value
transformations on the Pipeline
tab.
You can only insert a transformer into a MAP step.
You can use any service as a transformer.
This includes any Java, C or flow service that you create
and any built-in
services in WmPublic, such as the
pub.date.getCurrentDateString and the pub.string.concat
services. By using transformers, you can invoke multiple
services (and perform multiple
value transformations) in a single flow step.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / shiva
Services are called as Transformers, this will insert
through map step.Multiple transformations done through the
single flow.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vijayakumar b
Still there are some drawbacks in using the transformer.
Because all the service under transformer are running as a
seperate thread. But in the flowservice it will be
executing all the steps in a single thread.
So if we are going to use only one or two service in the
transformer it wont be a big deal.
Otherwise the performance will be a issue
| Is This Answer Correct ? | 2 Yes | 0 No |
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?
why are you deploying the war (or) ear file?
Difference between Scheduler service and adapter pooling notification?
What Is Data Validated Against?
what kind of error will be occurred if u did not mention from to the exit flow step
When Should You Use Flow Diagram View?
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.
In ftp, if we need to change username and password. what we have to do?
Difference between custom sql ,dynamic sql ? when we use custom sql,when we use dynamic sql?
What Is a Regular Expression?
what is the difference of using transformer in service & direct invoke of service?
3 Answers Cap Gemini, Siemens,
how can try and catch block can be implemented using web methods developer ? tell the steps to implement it?