Hi All,
I have a flow service which loads the configuration file (it is an xml file). I have cached this service as the config files will not be updated frequently. Also, I have invoked this service as transformer within the main service. All these things works fine.
The problem is after updating the config file, the cached values are not getting updated automatically even by invoking the service after the cache expiration interval. Even I have tried using the Prefetch option. The same thing works great when I use the option “Reset Service Cache” in admin console.
Also, one more thing is I am not passing any inputs to this service. I have read in wM documentation that the cached results will get stored based on input to the service. Only if the inputs changes, the service get the new values otherwise gets the cached data.
Therefore, pls let me know if anybody has the idea of how to cache a service which loads the config file without providing any inputs to the service.
Thanks and Regards,
Shriraksha A N
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB