4.1.2.5 Second Pull Request

 <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>http://server:80/wsman</wsa:To>
         <wsman:ResourceURI s:mustUnderstand="true">
 http://schemas.microsoft.com/wbem/wsman/1/wmi/root/mynamespace/myclass
         </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/09/enumeration/Pull
         </wsa:Action>
         <wsman:MaxEnvelopeSize s:mustUnderstand="true">
           51200
         </wsman:MaxEnvelopeSize>
         <wsa:MessageID>
           uuid:2C2D261E-D2C3-4A5D-80DE-BB1A48E90BD2
         </wsa:MessageID>
         <wsman:OperationTimeout>PT60.000S</wsman:OperationTimeout>
     </s:Header>
     <s:Body>
         <wsen:Pull>
             <wsen:EnumerationContext>
               uuid:2504CA0D-94B9-4F91-B2F7-9F4CD9A2A96C
             </wsen:EnumerationContext>
             <wsen:MaxElements>1</wsen:MaxElements>
         </wsen:Pull>
     </s:Body>
 </s:Envelope>