3.1.5.11 ReportEventBatch
Synopsis:
This web method is invoked by clients to report events to the server.
Request Validation:
|
Parameter |
Validation Conditions |
Error Code |
|---|---|---|
|
cookie |
MUST be a valid cookie, issued by this server, that has not expired. |
InvalidCookie, ServerChanged, or CookieExpired |
|
clientTime |
MUST be present. |
The server MAY return InvalidParameters |
|
eventBatch |
MUST be present. |
The server MAY return InvalidParameters. |
Data Processing:
All processing of reported events is implementation-specific.
Response:
If no faults occur during the operation, the server MUST return a ReportEventBatchResponse message to the client.