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.  get status of a trigger using a flow or java service

    Posted 08/19/08 07:29 PM

    I am using the following services to get the status of connections, listeners and notifications. I would like to do the same for model triggers. Does anyone know a way to get the status of a model trigger (enabled/disabled) using a flow or java service? (Using 6.5)

    connection status → WmART.pub.art.connection.queryConnectionState
    listener status → WmART.pub.art.listener.queryListenerState
    notification status → WmART.pub.art.connection.queryNotificationState

    Thanks in advance.


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


  • 2.  RE: get status of a trigger using a flow or java service

    Posted 08/20/08 08:10 AM

    Take a look at the services in WmRoot/wm.server.triggers
    Usual warning: use of WmRoot services is not supported.

    • Percio

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


  • 3.  RE: get status of a trigger using a flow or java service

    Posted 08/20/08 02:28 PM

    my adminstrators do not have that package loaded. Any other options?


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


  • 4.  RE: get status of a trigger using a flow or java service

    Posted 08/20/08 05:23 PM

    Hi,

    Its not possible that wmRoot package is not loaded. May be its not visible from Developer.

    Add the following paramter in extended setting of server.cnf file to view the package.

    watt.server.ns.hideWmRoot=False.

    Thanks.
    Jiten


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