4.1.3 SOAP Fault

 <s:Envelope 
   xmlns:s="http://www.w3.org/2003/05/soap-envelope" 
   xmlns:a="http://www.w3.org/2005/08/addressing">
   <s:Header>
     <a:Action s:mustUnderstand="1">
       DeviceCapReached
     </a:Action>
     <a:RelatesTo>
       urn:uuid:0d5a1441-5891-453b-becf-a2e5f6ea3749
     </a:RelatesTo>
     <ActivityId 
       CorrelationId="a6dd8835-9dc0-44c9-a410-8d897dd113fe"
       xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">
       0174f3f9-58e1-4a44-9a1c-3d15089efc9b
     </ActivityId>
   </s:Header>
   <s:Body>
     <s:Fault>
       <s:Code>
         <s:Value>
           s:Receiver
         </s:Value>
         <s:Subcode>
           <s:Value>
             s:DeviceCapReached
           </s:Value>
         </s:Subcode>
       </s:Code>
       <s:Reason>
         <s:Text xml:lang="en-US">
           WindowsEnrollmentServiceError
         </s:Text>
       </s:Reason>
       <s:Detail>
         <WindowsDeviceEnrollmentServiceError 
           xmlns="http://schemas.microsoft.com/windows/pki/2009/01/enrollment" 
           xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
           <ErrorType>
             AuthorizationError
           </ErrorType>
           <Message>
             DeviceCapReached
           </Message>
         </WindowsDeviceEnrollmentServiceError>
       </s:Detail>
     </s:Fault>
   </s:Body>
 </s:Envelope>