4.1.2.4 First Pull Response

 <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 s:mustUnderstand="true">
           http://schemas.xmlsoap.org/ws/2004/09/enumeration/PullResponse
         </wsa:Action>
         <wsa:MessageID s:mustUnderstand="true">
           uuid:21E59CC8-6D5E-4072-BCA2-7C0DC2BC2504
         </wsa:MessageID>
         <wsa:To>
 http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
         </wsa:To>
         <wsa:RelatesTo s:mustUnderstand="true">
           uuid:54E3FD6C-A83E-454C-A2F6-0BDABF5F14D7
         </wsa:RelatesTo>
     </s:Header>
     <s:Body>
         <wsen:PullResponse>
             <wsen:EnumerationContext>
               uuid:2504CA0D-94B9-4F91-B2F7-9F4CD9A2A96C
             </wsen:EnumerationContext>
             <wsen:Items>
                 <p:myclass 
 xmlns:p="http://schemas.microsoft.com/wbem/wsman/1/wmi/root/mynamespace/myclass"
                 >
                     <p:Data1>Test Message</p:Data1>
                     <p:id>1</p:id>
                     <cim:Location 
 xmlns:cim="http://schemas.dmtf.org/wbem/wscim/1/common" 
 xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" 
 xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">
                         <wsa:Address>
 http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
                         </wsa:Address>
                         <wsa:ReferenceParameters>
                             <wsman:ResourceURI>
 http://schemas.microsoft.com/wbem/wsman/1/wmi/root/mynamespace/myclass
                             </wsman:ResourceURI>
                             <wsman:SelectorSet>
                                 <wsman:Selector Name="id">1</wsman:Selector>
                             </wsman:SelectorSet>
                         </wsa:ReferenceParameters>
                     </cim:Location>
                 </p:myclass>
             </wsen:Items>
         </wsen:PullResponse>
     </s:Body>
 </s:Envelope>