The Common Event Infrastructure Web Services Receiver implements the "Notify" operation from the "NotificationConsumer" service port. The receiver supports both the WS-Notification 1.0 and WS-Notification 1.3 formats. The messages should contain an event in the Common Base Event format.
The receiver expects Web Services requests sent through the ubiquitous SOAP over HTTP mechanism.
The Common Event Infrastructure Web Services Receiver listens to incoming requests using the following service endpoint address:
http://hostname:port/wsnt-was/services/NotificationConsumer10Soap
where hostname is the machine where the Common Event Infrastructure Web Services Receiver has been installed and port is one of the TCP ports monitored by the WebSphere Application Server running on that machine.
Developers for event sources using the WS-Notification 1.0 format
should refer to the web services definition file wsn10-wtci-1.0.0.wsdl
located in the <sdk_install_dir>/specs/wsn10
directory.
A compatible event source using the WS-Notification 1.0 should produce messages that have the following structure: message sample.
The Common Event Infrastructure Web Services Receiver listens to incoming requests using the following service endpoint address:
http://hostname:port/wsnt-was/services/NotificationConsumer13Soap
where hostname is the machine where the Common Event Infrastructure Web Services Receiver has been installed and port is one of the TCP ports monitored by the WebSphere Application Server running on that machine.
Developers for event sources using the WS-Notification 1.3 format
should refer to the web services definition file wsn13-wtci-1.0.0.wsdl
located in the <sdk_install_dir>/specs/wsn10
directory.
A compatible event source using the WS-Notification 1.3 should produce messages that have the following structure: message sample.
Parent topic
Application Development
References
Common Base Events specification V1.0.1
WS-Notification 1.0 specification
WS-Notification 1.3 specification.
SOAP specification