The Enterprise Console Web Services Adapter implements the "Notify" operation from the "NotificationConsumer" service port. The adapter 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 adapter expects Web Services requests sent through the ubiquitous SOAP over HTTP mechanism.
The Enterprise Console Web Services Adapter listens to incoming requests using the following service endpoint address:
http://hostname:port/axis/services/NotificationConsumer10Soap
where hostname is the machine where the Enterprise Console Web Services Adapter has been installed and port is one of the ports listened by the adapter.
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 Enterprise Console Web Services Adapter listens to incoming requests using the following service endpoint address:
http://hostname:port/axis/services/NotificationConsumer13Soap
where hostname is the machine where the Enterprise Console Web Services Adapter has been installed and port is one of the ports listened by the adapter.
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/wsn13
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