Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Cache Folder | Summary of Elements in this Folder | pub.cache.serviceResults:addCacheEntry
 
pub.cache.serviceResults:addCacheEntry
WmPublic. Adds cached entry into service results for the service without executing the actual service. This service can be useful to perform bulk load of service results at Integration Server startup.
Input Parameters
serviceName
String Name of the service for which to add the cache entry into cached service results.
input
Document An IData containing the key/value pairs for the cached service input.
output
Document An IData containing the key/value pairs for the cached service output.
Output Parameters
None.
Usage Notes
If the serviceName service does not exist in Integration Server, or it is not enabled to cache service results, Integration Server throws an exception.