Hi,
This is regarding the generation of unique sequence number in webMethods.Currently we are using webMethods version 9.12 and need to put files into SFTP server by creating the folder name for the file with a unique a 4 digit sequence number per file and per day.
Eg.If file 1 is coming today ,we need to name the file as DDMMYYYYNNNN where NNNN is the unique 4 digit sequence number for the file.
So the file name should be something like 150220170001 .
Also if im receiving ten files today then the last file would be 150220170010.
But when i recieve files tomorrow the file sequence number should again start from 0001 with that days date.(Eg 160220170001)
Can someone please let me know if there any inbuilt service in webMethods which we can use for generating this sequence number automatically or do we need to write java service for the same?
Thanks,
R.Swaathi
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB