  <?xml version="1.0" encoding="utf-8" ?> 
 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <soap:Header>
 <ReplyTo xmlns="http://schemas.xmlsoap.org/ws/2003/03/addressing">
 <Address>http://tempuri.org/RespondToClientCall/</Address> 
  </ReplyTo>
  <Action xmlns="http://schemas.xmlsoap.org/ws/2003/03/addressing">http://schemas.xmlsoap.org/ws/2004/01/eventing/Subscribe</Action> 
 <From xmlns="http://schemas.xmlsoap.org/ws/2003/03/addressing">
  <Address>http://schemas.xmlsoap.org/ws/2003/03/addressing/role/anonymous</Address> 
  </From>
  <MessageID xmlns="http://schemas.xmlsoap.org/ws/2003/03/addressing">uuid:40c09422-c43b-4a57-b7a7-46f7b35b811f</MessageID> 
  <To xmlns="http://schemas.xmlsoap.org/ws/2003/03/addressing">http://localhost:8080/wsEvent/EventingSource.asmx</To> 
  </soap:Header>
 <soap:Body>
 <Subscribe xmlns="http://schemas.xmlsoap.org/ws/2004/01/eventing">
 <NotifyTo>
  <Address xmlns="http://schemas.xmlsoap.org/ws/2003/03/addressing">casey@brains-N-brawn.com</Address> 
 <ReferenceProperties xmlns="http://schemas.xmlsoap.org/ws/2003/03/addressing">
  <bNb:MySubscription xmlns:bNb="http://www.brains-N-brawn.com/">KC</bNb:MySubscription> 
  </ReferenceProperties>
  </NotifyTo>
  <Expires>2004-01-24T13:38:24.000-00:00</Expires> 
  <Filter Dialect="SqlNs">TEST:30</Filter> 
  </Subscribe>
  </soap:Body>
  </soap:Envelope>