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.

 View Only
  • 1.  Exception handling

    Posted Wed January 21, 2009 03:38 PM

    How to capture the specific exceptions in flow services


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: Exception handling

    Posted Thu January 22, 2009 03:20 PM

    Hi…

    It you mean how can I catch the exception throw by the flow services, just put all your flow services in Sequence with its property Exit on as Set as Failure and have another sequence below it to catch any errors thrown by first sequence and call getLastError service in the catch sequence.

    Sequence 1(Main)
    Sequence2(Try) ---- Exit on Failure
    Sequence3(Catch) ---- Exit on Done

    Refer to developer’s guide for more details. Also try searching exception handling in these forum, I am sure you find many useful and worth reading post.

    Jiten


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: Exception handling

    Posted Thu May 14, 2009 08:38 AM

    in addition, using pub.flow.getLastError service in Catch block will help you. :slight_smile:

    Eddy


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services