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.


#TechXchangePresenter
 View Only
  • 1.  list all .ndf files

    Posted Tue October 04, 2016 08:48 AM

    Hi all,
    I am new to webMethods and as per the requirement I want to list all the package details like all services and triggers. This can be done through wmRoot but its output cannot be mapped or looped, so reading .ndf file will be better. Is there a way I can get paths of all .ndf files in my package.


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


  • 2.  RE: list all .ndf files

    Posted Tue October 04, 2016 11:28 AM

    Building a wrapper around the below services will get this done

    wm.server.ns:getNode

    wm.server.ns:getNodeList

    wm.server.ns:getNodes

    Or you have to run some command at unix/linux levels to grep and find .ndf files.


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


  • 3.  RE: list all .ndf files

    Posted Wed October 05, 2016 06:50 AM

    Hi M@he$h ,

    Thanks for writing in.

    Yupp will try to make java services for the same. Thanks


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