4.1.5 Validate Action Message

If the CommitResponse message is verified without error, the control point sends a Validate SOAP request message to the device. The following example demonstrates a Validate message where the <HostValidateNonce> element is encoded in a MIME base64 scheme:

 <?xml version="1.0"?>
   <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
     SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
     <SOAP-ENV:Body>
       <m:Validate xmlns:m="urn:schemas-microsoft-com:service:mstrustagreement:1">
         <HostID xmlns:dt="urn:schemas-upnp-org:service-1-0" dt:dt="string">
           uuid:fe8a7384-68fe-40fd-8996-ff49e24d7e9d
         </HostID>
         <Iteration xmlns:dt="urn:schemas-upnp-org:service-1-0" dt:dt="ui1">
           1
         </Iteration>
         <HostValidateNonce xmlns:dt="urn:schemas-upnp-org:service-1-0" dt:dt="string">
           NOq7xF1ppNMO7+mPVkyLGKfZTIo=
         </HostValidateNonce>
       </m:Validate>
     </SOAP-ENV:Body>
   </SOAP-ENV:Envelope>