wsdl-cache-policy

This command defines a caching policy for WSDL files.

Syntax

wsdl-cache-policy location seconds

Parameters

location
Specifies the location of the WSDL files.
seconds
Specifies the number of seconds before the service refreshes the WSDL files.

Guidelines

The wsdl-cache-policy command defines the caching policy for WSDL files. The Web Service Proxy can automatically refresh one or more of the WSDL files on which the service configuration is based. WSDL files that match the specified location are automatically refreshed after the time-to-live (TTL) value is reached.

A refresh can cause the service to reconfigure itself in accordance with the new state of the WSDL files.

Example

Create a caching policy where the WSDL files at http://server/banking/* are cached every 24 hours.
# wsdl-cache-policy http://server/banking/* 86400