4.6.2 Enumerate Response (Subscriptions) Example

 <s:Envelope xml:lang="en-US" 
  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:Action>
 http://schemas.xmlsoap.org/ws/2004/09/enumeration/EnumerateResponse
     </wsa:Action>
     <wsa:MessageID>uuid:06D6A1CD-A99D-441C-8A8C-5571844C4D09</wsa:MessageID>
     <wsa:To>
 http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
     </wsa:To>
     <wsa:RelatesTo>uuid:A90FFBE2-525B-49D2-942F-A20F95FC643B</wsa:RelatesTo>
   </s:Header>
   <s:Body>
     <wsen:EnumerateResponse>
       <wsen:EnumerationContext />
       <wsman:Items>
         <m:Subscription 
 xmlns:m="http://schemas.microsoft.com/wbem/wsman/1/subscription">
           <m:Version>
             uuid:BB8CD0E7-46F4-40E4-B74C-A0C7B509F669
           </m:Version>
           <s:Envelope 
            xmlns:s="http://www.w3.org/2003/05/soap-envelope" 
            xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" 
            xmlns:wse="http://schemas.xmlsoap.org/ws/2004/08/eventing" 
            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>
 http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
               </wsa:To>
               <wsman:ResourceURI s:mustUnderstand="true">
 wsmawsen:microsoft.test/testresource/subscribe
               </wsman:ResourceURI>
               <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/08/eventing/Subscribe
               </wsa:Action>
               <wsman:MaxEnvelopeSize s:mustUnderstand="true">
                 153600
               </wsman:MaxEnvelopeSize>
               <wsa:MessageID>
                 uuid:346A0039-0C21-465E-8ABD-CF89EE730FA7
               </wsa:MessageID>
               <wsman:Locale xml:lang="en-US" s:mustUnderstand="false" />
               <wsman:OptionSet 
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                 <wsman:Option Name="Compression">SLDC</wsman:Option>
                 <wsman:Option Name="CDATA" xsi:nil="true" />
               </wsman:OptionSet>
             </s:Header>
             <s:Body>
               <wse:Subscribe>
                 <wse:EndTo>
                   <wsa:Address>
 HTTPS://RMACKTEST0.MIG.NET:443/wsman/subscriptions/633E146A-17F7-46CF-A149-50B29DB90692
                   </wsa:Address>
                   <wsa:ReferenceProperties>
                     <wse:Identifier>
 BB8CD0E7-46F4-40E4-B74C-A0C7B509F669
                     </wse:Identifier>
                   </wsa:ReferenceProperties>
                 </wse:EndTo>
                 <wse:Delivery 
 Mode="http://schemas.dmtf.org/wbem/wsman/1/wsman/Events">
                   <wsman:Heartbeats>PT300.000S</wsman:Heartbeats>
                   <wse:NotifyTo>
                     <wsa:Address>
 HTTPS://RMACKTEST0.MIG.NET:443/wsman/subscriptions/633E146A-17F7-46CF-A149-50B29DB90692
                     </wsa:Address>
                     <wsa:ReferenceProperties>
                       <wse:Identifier>
 BB8CD0E7-46F4-40E4-B74C-A0C7B509F669
                       </wse:Identifier>
                     </wsa:ReferenceProperties>
                     <c:Policy 
 xmlns:c="http://schemas.xmlsoap.org/ws/2002/12/policy">
                       <c:ExactlyOne>
                         <c:All>
                           <wsman:Authentication 
 Profile="http://schemas.dmtf.org/wbem/wsman/1/wsman/secprofile/https/mutual"
                           >
                             <wsman:ClientCertificate>
                               <wsman:Thumbprint Role="issuer">
 5600a015ca5e8a26f638b74e819ae92096da5c8c
                               </wsman:Thumbprint>
                             </wsman:ClientCertificate>
                           </wsman:Authentication>
                         </c:All>
                       </c:ExactlyOne>
                     </c:Policy>
                   </wse:NotifyTo>
                   <wsman:MaxElements>5</wsman:MaxElements>
                   <wsman:MaxEnvelopeSize Policy="Notify">
                     153600
                   </wsman:MaxEnvelopeSize>
                   <wsman:Locale xml:lang="en-US" />
                   <wsman:ContentEncoding>UTF-16</wsman:ContentEncoding>
                 </wse:Delivery>
                 <wsman:Filter Dialect="dialect">dialect</wsman:Filter>
               </wse:Subscribe>
             </s:Body>
           </s:Envelope>
         </m:Subscription>
       </wsman:Items>
       <wsman:EndOfSequence />
     </wsen:EnumerateResponse>
   </s:Body>
 </s:Envelope>