BeginSessionResponse
The BeginSessionResponse object contains the result (BeginSessionResult object). In this implementation, the response message is the BeginSessionResult object.
| Parameter | Type | Description |
|---|---|---|
| BeginSessionResult | BeginSessionResult | The result, or response, object for the BeginSession operation. |
BeginSessionResult
The BeginSessionResult object contains information that describes the status of the BeginSessionResult image. The object includes a RequestStatus object and an array containing document packet details.
| Parameter | Type | Description |
|---|---|---|
| Error | string | An object containing a specific error message. |
| ErrorId | string | The identification number of a specific errror. |
| RedirectUrl | string | URL to redirect to start/display the doc viewer. |
| SWT | string | Simple Web Token added to the BeginSessionResponse with the DocViewer URL |
| SessionId | string | Session identifier to use in redirection and session modification calls. |