In which case we are not advised to use Transformers...?

Answers were Sorted based on User's Feedback



In which case we are not advised to use Transformers...?..

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

In which case we are not advised to use Transformers...?..

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

In which case we are not advised to use Transformers...?..

Answer / sushma

I am not sure but there wont be guarantee of execution in sequence

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WebMethods Interview Questions

in filepooling process the document is not updated in target location means its in error directory how to achieve this problem?

0 Answers   Quinnox,


What Does an IS Schema Look Like?

1 Answers  


What happens to the locks on elements when we upgrade webMethods Integration Platform?

1 Answers  


What Is a Shutdown Service?

2 Answers  


What Is an Element?

4 Answers  






why are you deploying the war (or) ear file?

1 Answers   TCS,


How to connect jdbc connection in webmethods without server and with server step by step explain.

1 Answers  


what are the functions or operations support 'WSDL"

1 Answers   CSC,


If i have to move packages from one IS to another, which process would u suggest, is it thru wmDeployer or someother processes like publish/subscribe?

5 Answers   IBM,


can any one please post Q and Ans for Trading Networks in webMethods

0 Answers   TCS,


How ACLs Affect locking?

2 Answers  


can we invoke morethan one service in trigger?

4 Answers   Accenture,


Categories