Hi facing the following problem, I’ve a service. This service is invoked by the scheduler and the service reads a directory where I expect xml and wav files.
I add the directory which I want to read from to the fileAccessControl.cnf.
The problem I have is that the content of the files are stored in a directory itself which are dynamically created.
This means
c:\myDir\expectingContent\T08062015;11370233\IDX\aXML.xml
c:\myDir\expectingContent\T08062015;11370233\WAV\aWAV.wav
I add the c:\myDir\expectingContent to the fileAccessControl.cnf
The directory T08062015;11370233 is dynamically created so I can’t add this to fileAccessControl.cnf
In the documentation is stated:
What do I need to do that subdirectories are also allowed?
I tried with a wildcard what didn’t work.
Please advise
Regards Dirk
#webMethods#Integration-Server-and-ESB