2.2.4.2 DeviceRegistrationService

The DeviceRegistrationService type contains metadata about the DRS server. This information, along with the information from AuthenticationService (section 2.2.4.1), can be used to connect and authenticate to the DRS server.

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.DeviceRegistration.Entities

 <xs:element name="DeviceRegistrationService">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="RegistrationEndpoint" type="xs:anyURI" />
       <xs:element name="RegistrationResourceId" type="xs:string" />
       <xs:element name="ServiceVersion" type="xs:decimal" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

RegistrationEndpoint: The URL of the SOAP web service hosted on the DRS server.

RegistrationResourceId: The relying party identity of the DRS server as defined by the identity provider or federation provider.

ServiceVersion: A decimal that indicates the discovery data version. This MUST match the version that was requested by the client. See section 2.2.3.1.