4.6.1 Enumerate Example

 <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:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">
     <s:Header>
         <wsa:To>
 https://rmacktest0.MIG.NET:443/wsman/SubscriptionManager/WEC
         </wsa:To>
         <wsman:ResourceURI s:mustUnderstand="true">
 http://schemas.microsoft.com/wbem/wsman/1/SubscriptionManager/Subscription
         </wsman:ResourceURI>
         <m:MachineID 
            xmlns:m="http://schemas.microsoft.com/wbem/wsman/1/machineid" 
            s:mustUnderstand="false">
            RMACKTEST0.MIG.NET
         </m:MachineID>
         <wsa:ReplyTo>
             <wsa:Address s:mustUnderstand="true">
 http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
             </wsa:Address>
         </wsa:ReplyTo>
         <wsa:Action s:mustUnderstand="true">
           http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate
         </wsa:Action>
         <wsman:MaxEnvelopeSize s:mustUnderstand="true">
             153600
         </wsman:MaxEnvelopeSize>
         <wsa:MessageID>
             uuid:A90FFBE2-525B-49D2-942F-A20F95FC643B
         </wsa:MessageID>
         <wsman:Locale xml:lang="en-US" s:mustUnderstand="false" />
     </s:Header>
     <s:Body>
         <wsen:Enumerate>
             <wsman:OptimizeEnumeration />
             <wsman:MaxElements>20</wsman:MaxElements>
         </wsen:Enumerate>
     </s:Body>
 </s:Envelope>