4.1.2.2 Server Response

 <s:Envelope
   xmlns:a="http://www.w3.org/2005/08/addressing"
   xmlns:s="http://www.w3.org/2003/05/soap-envelope">
   <s:Header>
     <a:Action s:mustUnderstand="1">
 http://schemas.microsoft.com/windows/pki/2009/01/enrollmentpolicy/IPolicy/GetPoliciesResponse
     </a:Action>
   </s:Header>
   <s:Body
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xmlns:xs="http://www.w3.org/2001/XMLSchema">
     <GetPoliciesResponse
       xmlns="http://schemas.microsoft.com/windows/pki/2009/01/enrollmentpolicy">
       <response>
         <policyID>{083C7011-1D0A-4855-885D-AC945184658C}</policyID>
         <policyFriendlyName>Contoso Enrollment Policy</policyFriendlyName>
         <nextUpdateHours>8</nextUpdateHours>
         <policiesNotChanged>true</policiesNotChanged>
         <policies xsi:nil="true"/>                    
       </response>
       <cAs xsi:nil="true"/>
       <oIDs xsi:nil="true">                  
     </GetPoliciesResponse>
   </s:Body>
 </s:Envelope