Microsoft.Search.Registration.Response Schema

Applies to: SharePoint Server 2010

You can use the Registration method to return information about the Search service application.

Schema

<ProviderUpdate>
    <Status />
    <DebugErrorMessage>
    <Providers>
        <Provider>
            <Id />
            <Name />
            <QueryPath />
            <Type />
            <Services>
                <Service>
                    <Id />
                    <Name />
                    <Category />
                    <Description />
                    <Copyright />
                    <Display />
                </Service>
            </Services>
        </Provider>
    </Providers>
</ProviderUpdate>

Elements

Name

Description

ProviderUpdate

The registration information for the service provider.

Status

The registration request status.

DebugErrorMessage

The error message that is returned if an error occurred with the registration request.

Providers

Information about the service provider.

Provider

The details for the service provider.

Id

The GUID that uniquely identifies the service provider.

Name

The name of the service provider.

QueryPath

The URL to the Query Web service.

Type

The service provider type.

Services

The list of services for the service provider.

Service

The details for the Search service application.

Id

The GUID that uniquely identifies the Search service application's site.

Name

The name of the Search service application's site.

Category

The category of the Search service application.

Description

The category of the Search service application server.

Copyright

The copyright information for the Search service application server.

Display

The display state of the Search service application server.

See Also

Reference

QueryService

Concepts

Using the Query Web Service

Microsoft.Search.Registration.Request Schema