GrooveEvents Web Service

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The GrooveEvents service provides a mechanism to read events that you have subscribed to using the GrooveSubscriptions Web Service.

XML Definitions

WSDL

GrooveEvents.wsdl 2.0

with references to:

  • Core.xsd 2.0

  • Events.xsd 2.0

SOAP Operation Namespace

 http://webservices.groove.net/Groove/2.0/Events/  

HTTP Post URL

http://localhost:port-number/GWS/Groove/2.0/Events

Operations and Complex Types

The following sections describe the GrooveEvents operations and complex types.

Operations

Operation

Description

Delete

Deletes events from the event queue.

Read

Reads all events in the event queue. Once events are read they are deleted from the queue and are no longer available.

ReadExtended

Reads selected events from the event queue. Optionally deletes read events from the queue. Events may also be deleted using the Delete operation.

ReadSummary

Returns a summary of the event queue, including a list of event sources that have events in the queue.

Complex Types

Complex type

Description

Event

Contains information about an event.

EventQueueSummary

Provides information about the events currently on the queue.

ExtendedEventData

Contains summary information about the events in the queue and a list of events.

See Also

Reference

GrooveSubscriptions Web Service

Concepts

Handling Groove Web Services Events