4.6.3 Event Delivery Example

 <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:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">
   <s:Header>
     <wsa:To>
 https://RMACKTEST0.MIG.NET:443/wsman/subscriptions/633E146A-17F7-46CF-A149-50B29DB90692
     </wsa:To>
     <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.dmtf.org/wbem/wsman/1/wsman/Events
     </wsa:Action>
     <wsman:MaxEnvelopeSize s:mustUnderstand="true">153600</wsman:MaxEnvelopeSize>
     <wsa:MessageID>uuid:0111C890-857C-498F-B00A-7011EBD34064</wsa:MessageID>
     <wsman:Locale xml:lang="en-US" s:mustUnderstand="false" />
     <wse:Identifier 
      xmlns:wse="http://schemas.xmlsoap.org/ws/2004/08/eventing">
       BB8CD0E7-46F4-40E4-B74C-A0C7B509F669
     </wse:Identifier>
     <wsman:AckRequested />
   </s:Header>
   <s:Body>
     <wsman:Events>
       <wsman:Event Action="http://schemas.dmtf.org/wbem/wsman/1/wsman/Event">
       </wsman:Event>
     </wsman:Events>
   </s:Body>
 </s:Envelope>