4.5.2 SOAP EnumerateResponseMessage

 <s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope"
    xmlns:wsa="http://www.w3.org/2005/08/addressing" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:wsen="http://schemas.xmlsoap.org/ws/2004/09/enumeration"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:wsc="http://schemas.microsoft.com/ws/2006/05/context"
    xmlns:rm="http://schemas.microsoft.com/2006/11/ResourceManagement"
    xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
   <s:Header>
     <wsa:Action s:mustUnderstand="1">
       http://schemas.xmlsoap.org/ws/2004/09/enumeration/EnumerateResponse
     </wsa:Action>
     <wsa:RelatesTo>urn:uuid:e3a74cd4-d623-47d6-b33b-0dd733808b66</wsa:RelatesTo>
     <wsc:Context>
       <wsc:InstanceId>19bc8ea5-27f8-4136-97a2-3699697fd271</wsc:InstanceId>
     </wsc:Context>
   </s:Header>
   <s:Body wsu:Id="_2">
     <wsen:EnumerateResponse>
       <wsen:Expires>12/31/9999 11:59:59 PM</wsen:Expires>
       <wsen:EnumerationContext>
         <rm:CurrentIndex>0</rm:CurrentIndex>
         <rm:EnumerationDirection>Forwards</rm:EnumerationDirection>
         <rm:Expires>12/31/9999 11:59:59 PM</rm:Expires>
         <rm:Filter>/ma-data</rm:Filter>
         <rm:LocalePreferences xsi:nil="true" />
         <rm:Selection>
            <rm:string>DisplayName</rm:string>
            <rm:string>ObjectType</rm:string>
            <rm:string>ObjectId</rm:string>
            <rm:string>CreatedTime</rm:string>
            <rm:string>Creator</rm:string>
         </rm:Selection>
         <rm:Sorting Dialect="http://schemas.microsoft.com/2006/11/ResourceManagement/Dialect/IdentityAttributeType-20080602">
            <rm:SortingAttribute Ascending="true">DisplayName</rm:SortingAttribute>
         </rm:Sorting>
       </wsen:EnumerationContext>
       <rm:EnumerationDetail>
         <rm:Count>1</rm:Count>
       </rm:EnumerationDetail>
     </wsen:EnumerateResponse>
     <wsen:Items>
        <rm:ma-data>                    
          <rm:ObjectType>ma-data</rm:ObjectType>
          <rm:ObjectID>
            urn:uuid:fa14aafd-d74b-4833-bd94-94c96ee1b278
          </rm:ObjectID>
          <rm:DisplayName>AD Management Agent</rm:DisplayName>
          <rm:CreatedTime>2009-01-20T23:28:40.207</rm:CreatedTime>
          <rm:Creator>
            urn:uuid:23dbfb6c-557f-48d1-ac38-6d570ddbe189
          </rm:Creator>
        </rm:ma-data>
     </wsen:Items>
   </s:Body>
 </s:Envelope>