Share via


ProviderUpdate Element in Microsoft.Search.Registration.Response Schema

Applies to: SharePoint Server 2010

In this article
Attributes
Child Elements
Parent Elements
Element Information

<ProviderUpdate xmlns=string>
   <Status>{SUCCESS|ERROR}</Status>
   <Providers revision=integer></Providers>
</ProviderUpdate>

Attributes

Attribute

Description

xmlns

urn:Microsoft.Search.Registration

Example

<ProviderUpdate xmlns="urn:Microsoft.Search.Registration.Response">
    <Status>SUCCESS</Status>
    <Providers>
        <Provider>
            <Id>{55f96d91-1fd9-4220-92f3-938a3efee2d8}</Id>
            <Name>Microsoft Search Server 2010</Name>
            <QueryPath>http://nv-test-vm2/_vti_bin/search.asmx</QueryPath>
            <Type>SOAP</Type>
            <Services>
                <Service>
                    <Id>{55f96d91-1fd9-4220-92f3-938a3efee2d8}</Id>
                    <Name>search</Name>
                    <Category>INTRANET_GENERAL</Category>
                    <Description>This service allows you to search the site : search</Description>
                    <Copyright>Microsoft® Search Server 2010</Copyright>
                    <Display>On</Display>
                </Service>
            </Services>
        </Provider>
    </Providers>
</ProviderUpdate>

Child Elements

Status Element in Microsoft.Search.Registration.Response Schema

Providers Element in Microsoft.Search.Registration.Response Schema

Parent Elements

None.

Element Information

Schema name: Microsoft.Search.Registration.Response

Applies to: QueryService.Registration method

See Also

Reference

QueryService

Concepts

Using the Query Web Service

Microsoft.Search.Registration.Response Schema