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.  Alive Method

    Posted Mon April 12, 2010 09:58 PM

    Hello I would like to Implement an isAlive method as part of your web services. This method would take no input parameters, and return a string containing the current date/time. We would use this method as a health check to see if your web services are up and running. Any help would be greatl.


    #soa
    #webMethods
    #API-Management


  • 2.  RE: Alive Method

    Posted Mon April 12, 2010 10:42 PM

    wm.server:ping can be invoked via a simple HTTP get to see if IS is responding to HTTP requests.


    #API-Management
    #webMethods
    #soa


  • 3.  RE: Alive Method

    Posted Mon April 12, 2010 10:51 PM

    Exactly, and if you need a SOAP service just create a provider WSP based on the service reamon just told you :wink:


    #API-Management
    #soa
    #webMethods