4.2 AcquireNonce Response Message

The service invokes the action and responds within 30 seconds in the form of a <AcquireNonceResponse>.

 <soapenv:Envelope
         xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
         soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  
              <soapenv:Body>
       <msrx:AcquireNonceResponse xmlns:msrx="urn:schemas-microsoft-com:service:msremotedexperience:1">
             <Nonce>1288959994</Nonce>
             <SupportedSignatureAlgorithms>rSASSA-PSS-Default- Identifier</SupportedSignatureAlgorithms>
             <AttachCertificate>0</AttachCertificate>
       </msrx:AcquireNonceResponse>
             </soapenv:Body>
 </soapenv:Envelope>