Ejemplo de petición SOAP de notificación WS 1.0

Una petición típica de una fuente de eventos tiene el formato siguiente:

<?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>


Tema principal
Definición de la interfaz de servicios web

Referencias
Información sobre la especificación Common Base Events V1.0.1 (Apéndice A)
Especificación de notificación WS 1.0