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
Expand all | Collapse all

webMethods Ezine Exception Handling with Integration Server

  • 1.  webMethods Ezine Exception Handling with Integration Server

    Posted Tue December 03, 2002 05:06 PM

    Questions or comments about this webMethods Ezine article?

    Click here to read the original text.


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


  • 2.  RE: webMethods Ezine Exception Handling with Integration Server

    Posted Wed December 04, 2002 10:30 AM

    I have another technique not to loose data during Exceptions.

    I create a record before calling the service which might fail and in this service I keep state in the record’s fields.

    This works because the record is shallow-copied into the called services, and copying back is not needed to retain the data.


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


  • 3.  RE: webMethods Ezine Exception Handling with Integration Server

    Posted Wed May 07, 2003 05:40 AM

    Dear All,
    I am executing a SQL statement as an service,
    i want to capture any exception that occurs while executing that SQL statement,
    How to do it in a flow service?
    This is quite urgent!!!


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


  • 4.  RE: webMethods Ezine Exception Handling with Integration Server

    Posted Mon May 12, 2003 08:35 AM

    read ezine article form archive on Exception and Error handling in IS you will find answer there its a basic flow sequance TRY CATCH simulation with calling getLastError built in service.


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