Service to get list of files from a directory

hello Everyone,

Please help me in providing any service that can provide me list of files present in a particular directory.

Regards

Take a look at the built-in service WmPublic.pub.file:listFiles and see if that satisfies your requirements. Also, review the document Integration_Server_Built-In_Services_Reference.pdf for a full description about this service.

I hope this helps.

What is your webMethods version. If you are on webMethods 8 and above you have the BIS that will match your requirement. Have a look at WmPublic package and explore.

If you are on webMethods 7 you have to write your custom service (java service is preferred)

-HTH