In which case we are not advised to use Transformers...?
Answers were Sorted based on User's Feedback
Answer / aarthi srinivasachari
When exception occurs in a transformer, it swipes off the
pipeline values and 'lastError' will not have the service
stack too. So Transformer is not advised when there is a
possibility of exception from the service used as
transforner. Ex: addInts service, this would throw
exception when there is 'null' input. So if there is a
possibility that one value may be null, do not use
transformer for this value trnaformation.
Also addInts is a common service that can be invoked by
many services. When an exception is caused by addInts being
used as transformer - you can guess how tough it would be
to track down the service that failed with the exception.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / rajesh.ramisetty
The above answer is partial correct and this is also one of
the pitfalls of get last error.It will catch the latest
exception and overwrites the previous exception,so we cant
guarantee all the exceptions are caught and accounted in
getLastError.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sushma
I am not sure but there wont be guarantee of execution in sequence
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create a link between variables?
What is a scope of a variable that declared inside the main? Is tht accessible in try & catch block?
Explain what is indices in map flow step?
in which scenario we will use no tx,in which scenarion we use local tx?
Explain header handlers in web services
Can you spell "Webmethods" properly in the language of your choice?
When to Unlock an Element?
can anyone explain in brief about TN Consloe and Webmethods...? As well as All flow steps in webmethods: Branch Repeat Loop Sequence (explain also Try -Catch block for error Handling)
hai this is prasad webmethods is used to integrate the applications but ,we can do that same by using java also ,then why do we use webmethods please send me the answer
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.
Explain about pub-sub architecture?
What Are Transformers?