4.1.6 Validate Response Message

If the Validate message is verified without error, the device returns a ValidateResponse SOAP response message to the control point. The following example demonstrates a CommitResponse message where the <DeviceValidateNonce> is encoded in a MIME base64 format:

 <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
     s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
   <s:Body>
     <u:ValidateResponse xmlns:u="urn:schemas-microsoft-com:service:mstrustagreement:1">
       <DeviceValidateNonce>
         i1p7FF8Ji3spxKOKR1Td9tTBRrk=
       </DeviceValidateNonce>
     </u:ValidateResponse>
   </s:Body>
 </s:Envelope>

Because the requested iterations are four at the previous Exchange action, as described in section 4.1.1, the Commit and Validate actions will be repeated four times.