GrooveSpaces.Create Operation

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

In this article
HTTP Post URL
Input Message Header
Input Message Parameters
Output Message Header
Return Value

The Create operation creates a new empty Groove 2007 workspace that contains no tools.

HTTP Post URL

The HTTP Post URL targets the service for the identity. This URI is provided by the GrooveAccounts.Read2 operation in the Identity.Spaces element.

Input Message Header

GrooveRequestHeader specifies information common to all Groove Web Services, including the Groove Identity URL and the Groove Request key.

Input Message Parameters

<Space />
<CSTURI />

Element

Data type

Description

Space

Space

Specifies the name and description of the created workspace.

CSTURI

xs:anyURI

Specifies the type of workspace to be created. Must have an empty string value (""). All other values are reserved for future use.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

<CreateResult/>

Element

Data type

Description

CreateResponse

xs:anyURI

Provides a target URI for the ReadSpace operation for the newly created workspace.

Remarks

To add tools to a workspace, use the GrooveTools.ReadAvailableTools and GrooveTools.Create operations.

See Also

Reference

GrooveSpaces Web Service

GrooveSpaces.Create2 Operation

GrooveSpaces.CreateFromGSA Operation

GrooveSpaces.CreateFromGSAByRef Operation

GrooveSpaces.CreateGrooveFileSharingSpace Operation

Concepts

Creating Workspaces