EndSession

This service call is utilized when the DocViewer session should be completed. Passing in the session id, the session will be completed and the resulting session data will be returned. Session data returned includes the modified transaction data, document statuses, and the selected package.

Overview

Operation Generate
Styledocument
Operation TypeRequest-response. The endpoint receives a message, and sends a correlated message.
SOAP Actionhttp://www.wolterskluwerfs.com/2014/05/DocServices/V2/ISecuritySessionService/EndSession
InputISecuritySessionService_EndSession_InputMessage (soap:body, use = literal) parameters type EndSession
OutputISecuritySessionService_EndSession_OutputMessage (soap:body, use = literal) parameters type EndSessionResponse

Request Message

The operation input is EndSession. The request requires a EndSession object.

Parameter Name Constraints Description
request EndSession Required An object serving as the root element for the request.

Response Element

The operation output is EndSessionResponse. The response returns a EndSessionResult object containing status information for the request.

Element Name Description
EndSessionResponse EndSessionResult The output message for the EndSession operation used when the DocViewer session is completed.

Request and Response Samples

For sample code, see: EndSession.