4.5.1 SOAP EnumerateMessage

 <?xml version="1.0" encoding="utf-8"?>
 <s:Envelope
     xmlns:s="http://www.w3.org/2003/05/soap-envelope"
     xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
     xmlns:wsen="http://schemas.xmlsoap.org/ws/2004/09/enumeration"
     xmlns:rm="http://schemas.microsoft.com/2006/11/ResourceManagement">
   <s:Header>
     <wsa:ReplyTo>
       <wsa:Address>
         http://www.fabrikam.com/sender
       </wsa:Address>
     </wsa:ReplyTo>
     <wsa:To>
       http://www.fabrikam.com:5725/IdentityManagementService/Enumeration
     </wsa:To>
     <wsa:Action>
       http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate
     </wsa:Action>
     <wsa:MessageID>
       uuid:00000000-0000-0000-C000-000000000046
     </wsa:MessageID>
   </s:Header>
   <s:Body>
     <Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
       <Filter Dialect="http://schemas.microsoft.com/2006/11/XPathFilterDialect">/ma-data</Filter>
       <LocalePreferences xmlns="http://schemas.microsoft.com/2006/11/ResourceManagement">
         <LocalePreference>
           <Locale>en-US</Locale>
           <PreferenceValue>0</PreferenceValue>
         </LocalePreference>
       </LocalePreferences>
       <MaxElements>20</MaxElements>
       <MaxCharacters>3668672</MaxCharacters>
       <Sorting Dialect="http://schemas.xmlsoap.org/ws/2006/08/resourceTransfer/Dialect/QName" xmlns="http://schemas.microsoft.com/2006/11/ResourceManagement">
         <SortingAttribute Ascending="true">DisplayName</SortingAttribute>
       </Sorting>
       <Selection xmlns="http://schemas.microsoft.com/2006/11/ResourceManagement">DisplayName</Selection>
       <Selection xmlns="http://schemas.microsoft.com/2006/11/ResourceManagement">CreatedTime</Selection>
       <Selection xmlns="http://schemas.microsoft.com/2006/11/ResourceManagement">Creator</Selection>
             <Selection xmlns="http://schemas.microsoft.com/2006/11/ResourceManagement">ObjectType</Selection>
       <Selection xmlns="http://schemas.microsoft.com/2006/11/ResourceManagement">ObjectID</Selection>
  
     </Enumerate>
   </s:Body>
 </s:Envelope>