Stores pre-configured responses of various providers (processors) which are returned by providers-emulator servlet (used for testing of transaction logging to verify handling of damaged responses).
The name of the file ([provider-name]) has to match last segment of the calling URL (it will normally be the name of the provider).
For example, if provider's name is cards-realtime/litle, the name of the file will be /resources/providers-emulator/litle.txt,
and the calling URL for the servlet will look similar to https://[server-name]/resources/providers-emulator/litle
Please note, that there should be no spaces in the filename, use dash instead.