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.
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.
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.
Hi M@he$h ,
Thanks for writing in.
Yupp will try to make java services for the same. Thanks