4.1 AcquireNonce Message

The control point sends a POST method in the following format to the device to invoke <AcquireNonce> action on control point service.

 <soapenv:Envelope 
       xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
       soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
 < soapenv:Body>
    <msrx:AcquireNonce xmlns:msrx ="urn:schemas-microsoft com:service:msremotedexperience:1">
     <HostId xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="string">
      uuid:0b8f6d8f-a1a0-4be2-b5b0-d7b49de0cf6c
     </HostId>
    </m:AcquireNonce>
 </ soapenv:Body>
 </ soapenv:Envelope>