Une requête type émise par une source d'événement doit avoir le format suivant :
<?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> ignoré par l'adaptateur de services Web TEC </something> </Topic> <ProducerReference> <ns1:Address xmlns:ns1= "http://schemas.xmlsoap.org/ws/2003/03/addressing"> protocole://adresse.de.votre.source.d'événement </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>
Rubrique parente
Définition d'interface de services Web
Références
Understanding Common Base Events specification V1.0.1
(Appendix A)
WS-Notification 1.0 specification