0
ESS Cancel-Webservice Method
The purpose of this webservice method is to inform the ESS that edits performed in a document are canceled and should not be saved.
Request
The relative base URL of the web method is as follows:
/Cancel?sessionkey=<session-key>&reportkey=<report-key>&userkey=<user-key>
Method: GET
Property | Description | Example |
Session-key | The ESS provides the session-key in the Start-URL. | 12345 |
Report-key | The ESS provides the report-key provided in the Start-URL. | Document123 |
User-key | The ESS provides the user-key in the Start-URL. | UserA |
Response
The ESS must respond to the request with an XML document and HTTP status code.
Status Code | Status Text | Description |
200 | Success | This means the request is successful and data has been returned. |
403 | Forbidden | This means the authentication failed. |
500 | Internal Server Error | This message means unexpected server errors occurred. |
Example
The CancelResponse.xml example is attached to this article.
Like
Follow
Reply