WS-Notification 1.0 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>
            <Topic>
               <something>
                   ignored by the TEC Web Services Adapter
               </something>
            </Topic>
            <ProducerReference>
               <ns1:Address xmlns:ns1=
                  "http://schemas.xmlsoap.org/ws/2003/03/addressing">
                  protocol://your.event.source.address
               </ns1:Address>
            </ProducerReference>
            <Message
               xmlns:ns2="http://www.ibm.com/AC/commonbaseevent1_0_1"
               xsi:type="ns2:CommonBaseEvent">
               <CommonBaseEvent ...>
               ...
               </CommonBaseEvent>
            </Message>
         </NotificationMessage>
      </Notify>
   </soapenv:Body>
</soapenv:Envelope>


상위 주제
Web Services 인터페이스 정의

참조사항
Common Base Events 스펙 V1.0.1(부록 A) 이해
WS-Notification 1.0 스펙