3.2.4.1.1.2 Exchange Response Message

The device MUST reply with an ExchangeResponse SOAP response message, which contains the <DeviceID>, <DeviceCertificate>, and <DeviceConfirmAuthenticator> elements.

 <s:Envelope xmlns:s=http://schemas.xmlsoap.org/soap/envelope/
   s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
   <s:Body>
     <u:ExchangeResponse xmlns:u="urn:schemas-microsoft-com:service:mstrustagreement:1">
       <DeviceID>
         Device identifier
       </DeviceID>
       <DeviceCertificate>
         Device Certificate payload
       </DeviceCertificate>
       <DeviceConfirmAuthenticator>
         DeviceConfirmAuthenticator payload
       </DeviceConfirmAuthenticator>
     </u:ExchangeResponse>
   </s:Body>
 </s:Envelope>

DeviceID: The <DeviceID> element, as specified in section 3.2.4.1.2.1.

DeviceCertificate: The <DeviceCertificate> element, as specified in section 3.2.4.1.2.3.

DeviceConfirmAuthenticator: The <DeviceConfirmAuthenticator> element, as specified in section 3.2.4.1.2.5.