RegistrationRequest Element in Microsoft.Search.Registration.Request Schema for Office SharePoint Search Query Web Service for Enterprise Search
Contains the information required for a client request to the Registration Web method of the Query Web service.
Applies to the Enterprise Search Query Web service. For more information, see Enterprise Search Query Web Service Overview.
<RegistrationRequest revision=integer xmlns=string action={NEW|UPDATE} />
Attributes
Attribute | Description |
---|---|
revision |
Specifies the revision of the schema used in the request. |
xmlns |
urn:Microsoft.Search.Registration |
action |
Specifies the registration action. |
Child Elements
None. |
Parent Elements
None. |
Example
Following is an example of a request using the Microsoft.Search.Registration.Request element for the Registration Web method of the Query Web service.
<RegistrationRequest revision="1" xmlns="urn:Microsoft.Search.Registration" action="NEW" />
Remarks
Schema name: Microsoft.Search.Registration.Request
See Also
Concepts
Microsoft.Search.Registration.Request Schema for Enterprise Search
Enterprise Search Query Web Service Overview