Hi Bastian,
Yes. The way u suggested will certainly work. All u need to have is a
endpoint that is capable of capturing the events send by the EventSource.
You can set this endpoint as the delivery EPR, of the EventingClient.
e.g.:
String address = "address of your desired delivery endpoint";
EventingClientBean bean = new EventingClientBean ();
String id = "id1";
bean.setDeliveryEPR(new EndpointReference (address));
eventingClient.subscribe(bean,ID);
Thanks,
Chamikara
On 11/20/06, Bastian Köhler <[EMAIL PROTECTED]> wrote:
Hi,
I have a question about the Axis2 Savan Module, which provides WS-Eventing
support.
I downloaded the sample application code from the svn repository. In the
example a listenerservice is notified about new events (produced by
another
service).
Is it also possible to send the notification messages to the client
instead
of another Webservice? I want the client(s) to be notified about events
(or
new data). And the second question is, how to do that. My first idea was
to
use the simplehttpserver on the clientside and register a service, which
is
then used as the Listenerservice...Does this make sense or are there any
better solutions to my problem.
Any suggestion would be helpful. Thanks in advance.
Bastian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]