BeginSession
Overview
This is the primary service call to start a DocViewer session. With the provided transaction data, it utilizes the repository specified in the appSettings.config to autoselect documents within packages or load specific list of documents.
| 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/BeginSession |
| Input | ISecuritySessionService_BeginSession_InputMessage (soap:body, use = literal) parameters type BeginSession |
| Output | ISecuritySessionService_BeginSession_OutputMessage (soap:body, use = literal) parameters type BeginSessionResponse |
Request Message
The operation input is BeginSession. The request requires a BeginSession object.
| Parameter | Name | Constraints | Description |
|---|---|---|---|
| BeginSession | request | Required | An object serving as the root element for the request. |
Response Element
The operation output is BeginSessionResponse. The response returns a BeginSessionResult object containing status information for the request.
| Element | Name | Description |
|---|---|---|
| BeginSessionResponse | BeginSessionResult | The output message for the BeginSession operation used to start a DocViewer session. |
Request and Response Samples
For sample code, see: BeginSession.