Search Results

SOAP Cache Connector

Release Notes

TIBCO Cloud Mashery Release Date Release Type Release Description
October 6, 2021 Improvement When defining cache_ttl at the service level or endpoint level, then the regular cache is coming into play and it is overriding the Soap Cache connector. Now, cache_ttl will be defined in pre input and not at the service level or endpoint level.
April 2, 2020 Improvement Support accurate caching of POST request having XML payload with namespace.
February 27, 2020 New Feature Support caching of SOAP with POST requests, which allows requests that have the same payload and configured headers value to be served from the cache.

Description

The SOAP Cache Connector supports caching of SOAP service response, and augments the URL-based TIBCO Mashery Caching feature. This connector makes it possible to enable caching for SOAP service (where the URL for all requests are the same) for customers who are using SOAP with POST messages.

The SOAP Cache Connector:
  • Supports caching of SOAP with POST requests, which allows requests that have the same payload and configured headers value to be served from the cache, instead of the back-end server.
  • Supports the SOAP POST request calls that match the unique content cache key, which are served from the TIBCO Mashery cache. These calls support only pre-processing of API requests. See Content Cache Key Formation for more information.
  • Checks the cache_ttl parameter as a pre input. This value must be in minutes.
  • Supports SOAP POST calls only.
  • Caches original server HTTP responses and HTTP headers, and is compliant with tools.ietf.org/html/rfc2616#section-13.5.1