Mensagem SOAP da Fonte de Eventos de Amostra

A mensagem SOAP que é enviada aos Serviços da Web do NotificationConsumerService para o evento produzido pelo aplicativo da fonte de eventos de amostra é a seguinte:

<?xml version="1.0" encoding="UTF-8"?>
        <soapenv:Envelope
        xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <soapenv:Body><Notify
    xmlns="http://www.ibm.com/xmlns/stdwip/web-services/WS-BaseNotification">
    <NotificationMessage xmlns="">
      <Topic><MyTopic dialect="tec"/></Topic>
      <ProducerReference><ns1:Address
          xmlns:ns1="http://schemas.xmlsoap.org/ws/2003/03/addressing">http://Samples</ns1:Address>  
      </ProducerReference>
      <Message xsi:type="ns2:CommonBaseEvent"
          xmlns:ns2="http://www.ibm.com/AC/commonbaseevent1_0_1">
        <CommonBaseEvent creationTime="2005-09-30T13:20:01.710Z"
        extensionName="Tutorial_Event_Type" msg="Common Event
        Infrastructure Tutorial" severity="10"
        version="1.0.1"> 
        </CommonBaseEvent>
      </Message>
    </NotificationMessage>
  </Notify>
</soapenv:Body>