Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleWSDL to Configure an HTTP Service Provider Endpoint
<service ...>
  <port ...>
    <soap:address ... />
    <http-conf:server CacheControl="no-cache" />
  </port>
</service>

...

Server Cache Control Directives

The table below lists the cache control directives supported by an HTTP server.

...