I have to make calls from a service within Integration server to an external web service which with a SOAP API. When the service property is changed to enable caching, I keep getting the following message “Not caching - service error”
Browse to sub-section “Configuring a Service’s Use of Cache”, there is information for do and don’t of using cache for your services.
For example:
Service Caching error will occur when a “node” object is present in the pipeline. If you choose to cache your service, you cannot use a “node” object.
which also mentioned in the document: Note: Caching is only available for data that can be written to Repository version 4.
Because nodes cannot be written to Repository version 4, they cannot be cached.
Not all services can be cached, refer to section “Services that You Should Not Cache”