Microsoft.Search.Registration.Response Schema for Enterprise Search

The Microsoft.Search.Registration.Response Schema describes the response format returned by the Query Web service for the Registration Web method.

Schema

<ProviderUpdate>
    <ResultStatus>
    <Providers>
        <Provider>
            <License />
            <Id />
            <ProviderName />
            <QueryPath />
            <AboutPath />
            <Type />
            <Revision />
            <Services>
                <Service>
                    <Id />
                    <ServiceName />
                    <Category />
                </Service>
            </Services>
        </Provider>
    </Providers>
</ProviderUpdate>

Elements

Name

ProviderUpdate

ResultStatus

Providers

Provider

License

Id

ProviderName

QueryPath

AboutPath

Type

Revision

Services

Service

Id

ServiceName

Category

See Also

Reference

QueryService

Concepts

Query Web Service Overview