Share via


RegistrationRequest Element in Microsoft.Search.Registration.Request Schema for Windows SharePoint Services Search

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The RegistrationRequest element contains the information required for a client request to the Registration web method of the Query web service.

<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

Other Resources

Microsoft.Search.Registration.Request Schema for Enterprise Search

Enterprise Search Query Web Service Overview