BeginSessionWithREQ
This service call starts a DocViewer session with the provided REQ file data. It does not look to the repository for content. This is mainly used for testing individual REQ documents.
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/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 BeginSessionWithREQ. The request requires a BeginSessionREQ object.
| Parameter | Name | Constraints | Description |
|---|---|---|---|
| request | BeginSessionWithREQ | Required | An object serving as the root element for the request. |
Response Element
The operation output is BeginSessionWithREQResponse. The response returns a BeginSessionResult object containing status information for the request.
| Element | Name | Description |
|---|---|---|
| BeginSessionWithREQResponse | BeginSessionWithREQResult | The output message for the BeginSessionWithREQ operation used to start a DocViewer session with the provided REQ file data. |
Request and Response Samples
For example code, see: BeginSessionWithREQ.