샘플 이벤트 소스 어플리케이션을 통해 작성된 이벤트에 대한 NotificationConsumerService Web Services로 전송되는 SOAP 메시지는 다음과 같습니다.
<?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>