PreCacheSession
This is a service call that may be used to seed documents and packages into the DocViewer cache to help decrease the time needed to run auto selection for a transaction. This can be called as soon as you know what packages or documents you will be using with DocViewer.
Overview
| Operation | Generate |
|---|---|
| Style | document |
| Operation Type | Request-response. The endpoint receives a message, and sends a correlated message. |
| SOAP Action | http://www.wolterskluwerfs.com/2014/05/DocServices/V2/ISecuritySessionService/PreCacheSession |
| Input | ISecuritySessionService_PreCacheSession_InputMessage (soap:body, use = literal) parameters type PreCacheSession |
| Output | ISecuritySessionService_PreCacheSession_OutputMessage (soap:body, use = literal) parameters type PreCacheResponse |
Request Message
The operation input is PreCacheSession. The request requires a PreCacheSession object.
| Parameter | Name | Constraints | Description |
|---|---|---|---|
| request | PreCacheSession | Required | An object serving as the root element for the request. |
Response Element
The operation output is PreCacheResponse. The response returns a CacheSessionResult object containing status information for the request.
| Element | Name | Description |
|---|---|---|
| PreCacheSessionResponse | PreCacheSessionResult | The output message for the PreCacheSession operation used to seed documents and packages into the DocViewer cache to help decrease the time needed to run auto selection for a transaction. |
Request and Response Samples
For sample code, see: PreCacheSession.