GrooveAccounts Web Service

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

In this article
XML Definitions
Operations
Complex Types

The GrooveAccounts service provides information about the SharePoint Workspace accounts on the device. Groove Web Service applications typically call the GrooveAccounts.Read2 operation first. This operation provides the Groove Identity URL, which is needed to call all other Groove Web Service operations.

XML Definitions

WSDL

GrooveAccounts.wsdl 2.0

with references to:

Core.xsd 2.0

Accounts.xsd 2.0

SOAP Operation Namespace

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

HTTP Post URL

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

Operations

Operation

Description

Read2

Lists all SharePoint Workspace accounts available on the device and provides information about each account.

Read

Deprecated operation provided for compatibility with previous releases. Provides a more limited set of information about the accounts.

Complex Types

Complex type

Description

Account2

Contains information about an account.

Account

Deprecated type that contains limited information about an account.

Identity2

Contains information about an identity

Identity

Deprecated type that contains limited information about an identity.

Service

Contains additional information.

See Also

Concepts

Accessing Accounts and Identities