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.  Monitoring the services

    Posted 12/03/13 06:38 AM

    Hi,

    I need to create a utility for getting the trigger mail as soon as the user tries to lock or unlock the services or modifying the services.

    Trigger mail should have the details of the user name who locks the services, date, etc…

    Thanks in advance


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


  • 2.  RE: Monitoring the services

    Posted 12/05/13 07:09 AM

    Hi Vithya

    You can write utility by using getLockedNodesForUsers/getLockedNodesForAllUsers services present in wMRoot package. it will give you the document list of locked services -details like Owner, Host and LockTime etc.
    But to check the change in flow.xml/node files - you need to purely write a java code.

    Thanks,
    Mohit K


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


  • 3.  RE: Monitoring the services

    Posted 12/05/13 10:27 AM

    Yes that is what you have to do with the custom logic and utilizing the WmRoot services to accomplish this custom task.


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