IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Catching Transformer Errors

    Posted 08/02/02 10:17 AM

    In a mapping step on the B2B Developer I am using transformers.


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Catching Transformer Errors

    Posted 08/18/02 12:35 AM

    Since the order of execution of transformers is not defined, it is not possible to catch an individual transformer error within a single Flow Map Step.

    It should be possible to put a Flow Map Step inside Flow Sequences that model TRY/CATCH logic.

    Or mapping errors could be put into two classes: fatal - that stop the transaction and non-fatal - that the transformer itself can recover from, therefore, it may be possible to never return an error from a transformer.


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods