4.6 GetServerInfoResponse Example

The following is an example of the response data in a GetServerInfoResponse element.

<Results xmlns="">
    <ServerInfoRequest Type="VersionInfo" AdditionalInfo="">
        <VersionInfo Version="6.0.0.0" />
    </ServerInfoRequest>
    <ServerInfoRequest Type="ServerFeatureInfo" AdditionalInfo="">
        <ServerFeatureInfo>
            <Feature Name="GroupExpansionWebService" Value="true" />
            <Feature Name="ActiveDirectoryServicesRemoting" Value="false" />
            <Feature Name="FederatedServicesEnabled" Value="0" />
        </ServerFeatureInfo>
    </ServerInfoRequest>
    <ServerInfoRequest Type="ServerLicensorCertificate" AdditionalInfo="">
        <ServerLicensorCertificateChain>
            <XrML xmlns="" version="1.2">
            ...
            </XrML>
            <XrML xmlns="" version="1.2">
            ...
            </XrML>
            <XrML xmlns="" version="1.2">
            ...
            </XrML>
            <XrML xmlns="" version="1.2">
            ...
            </XrML>
        </ServerLicensorCertificateChain>
    </ServerInfoRequest>
    <ServerInfoRequest Type="ServiceLocations" AdditionalInfo="">
        <ServiceLocations>
            <ServiceLocation Type="LicensingService" Url="" />
            <ServiceLocation Type="PublishingService" Url="" />
            <ServiceLocation Type="CertificationService" Url="http://localhost/_wmcs/certification/" />
            <ServiceLocation Type="PrecertificationService" Url="" />
            <ServiceLocation Type="ServerService" Url="" />
            <ServiceLocation Type="GroupExpansionService" Url="HTTP://SMCCRAW64/_wmcs/GroupExpansion/GroupExpansion.asmx" />
        </ServiceLocations>
    </ServerInfoRequest>
</Results>