3.1.4 Message Processing Events and Sequencing Rules

The following table specifies the WSDL operations provided by the protocol.

Operation

Description

DeleteAlerts

Deletes alert subscriptions from a user's current list of alert subscriptions. Returns a DeleteAlertsResponse. If the server cannot locate an alert subscription using an identifier from the List, or cannot properly parse the identifier, it skips that identifier without notifying the client.

GetAlerts

Enumerates the current alert subscriptions for an authenticated user. It returns a GetAlertsResponse.

The protocol client is not required to perform a GetAlerts request prior to submitting a DeleteAlerts request. However, using the GetAlerts operation is the typical method for acquiring valid AlertIDs to provide to the DeleteAlerts operation.