Share via


GrooveRequestHeader Complex Type

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

Syntax

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

Elements

Element Data type Description

GrooveIdentityURL

xs:anyURI

Specifies the Groove Identity.

GrooveRequestKey

xs:string

Is used by Groove to ensure that the SOAP client demonstrates that it is allowed to make a request. Groove compares the GrooveRequestKey value with the LocalRequestKey registry key. Groove Data Bridge compares the GrooveRequestKey with its LocalRequestKey registry key or the Remote Request Key specified by the administrator.

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 Registry Keys
Reading Groove Data Bridge Registry Keys