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.  nested flow service

    Posted Tue February 12, 2008 12:27 PM

    hai all,
    Can anyone tell me how to handle errors in nested flow services?
    thanks in advance…


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


  • 2.  RE: nested flow service

    Posted Tue February 12, 2008 04:43 PM

    It depends on how you want to handle them.

    You can use the try/catch structure in the top level service to catch errors from child services.

    You can use the try/catch structure in any level service to facilitate retry, error mapping, ignoring errors, etc.

    If you’re not familiar with try/catch in FLOW services, you can search the forums for examples and information. The GEAR documentation and the IS Developer User’s Guide also describe how to create try/catch structures.


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