Greetings
We have the need for a two step scenario.
Step 1
Reading a zip file, extract the files to a runtime generated folder
(FOLDER_RQ_YYYYMMDD_HHMMSS).
FILE_A_001.XML
FILE_A_002.XML
...
FILE_B_001.XML
FILE_B_002.XML
...
The files will be unpacked using ZIP java-bean.
Step 2
Some other PI scenario must then read the files (generic names - FILE_A_.XML) from the newly created folder and map the files/messages... and the same for (FILE_B_.XML)
How to create a "runtime generated" folder, catch the name of this folder and use it in some other PI scenario?