GrooveRequestHeader Complex Type

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The GrooveRequestHeader type provides the Groove Identity URL and the Request key value. SharePoint Workspace compares the Request key value to values set in the CurrentUser registry hive. If the values match, SharePoint Workspace executes the call; otherwise, SharePoint Workspace returns a SOAP exception.

Syntax

<GrooveRequestHeader>
  <GrooveIdentityURL />
  <GrooveRequestKey />
  <GrooveTargetName />
  <TimeToLive />
</GrooveRequestHeader>

Elements

Element

Data type

Description

GrooveIdentityURL

xs:anyURI

Specifies the identity.

GrooveRequestKey

xs:string

Is used by SharePoint Workspace to ensure that the SOAP client demonstrates that it is allowed to make a request. SharePoint Workspace compares the GrooveRequestKey value with the LocalRequestKey registry key.

GrooveTargetName

xs:string

Reserved for future use.

TargetURL

xs:string

Reserved for future use.

TimeToLive

xs:int

Reserved for future use.

See Also

Reference

Headers Used in Groove Web Services

Concepts

Headers in Groove Web Services

Security in Groove Web Services

Reading Groove Web Services Registry Keys