list all .ndf files

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