RE: Callbacks in SOAP application

2003-03-17 Thread EXT-Suresh.Addagalla
PROTECTED] Sent: 17. March 2003 9:24 To: [EMAIL PROTECTED] Subject: Re: Callbacks in SOAP application Hi Ricky and Suresh, [Ricky] | Of course HTTP transport is the only one that gives you |inter-operability. But if the reliability of callback is not important, |then I

Re: Callbacks in SOAP application

2003-03-17 Thread Toshiyuki Kimura
] RD Headquarters NTT DATA Corporation -Original Message- From: Ricky Ho [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 4:41 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Callbacks in SOAP application Note that I'm comparing UDP

RE: Callbacks in SOAP application

2003-03-17 Thread EXT-Suresh.Addagalla
.. Regards, Suresh -Original Message- From: ext Toshiyuki Kimura [mailto:[EMAIL PROTECTED] Sent: 17. March 2003 10:24 To: [EMAIL PROTECTED] Subject: Re: Callbacks in SOAP application Ricky, I saw that the original question from Suresh

Re: Callbacks in SOAP application

2003-03-17 Thread Jens Schumann
On 3/17/03 09:34 AM [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Just to make my requirement clear.. The event notification is sent to a small group of clients, say 3 or 4.. The number is usually small who register for a specific event.. But the notification is important, it should not

RE: Callbacks in SOAP application

2003-03-17 Thread Toshiyuki Kimura
Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] RD Headquarters NTT DATA Corporation -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] com] Sent: Monday, March 17, 2003 5:35 PM To: [EMAIL PROTECTED] Subject: RE: Callbacks in SOAP application

Re: Callbacks in SOAP application

2003-03-17 Thread Steve Loughran
- Original Message - From: Ricky Ho [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, March 16, 2003 23:40 Subject: Re: Callbacks in SOAP application 4)Scope : The scope of the multicasting will be inside the private network

Re: Callbacks in SOAP application

2003-03-17 Thread Ricky Ho
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Callbacks in SOAP application Note that I'm comparing UDP multicast with sending a message repeatedly over multiple HTTP/TCP connections. 1)Reliability: The UDP packets might be lost depending on the network conditions, as you may

Re: Callbacks in SOAP application

2003-03-17 Thread Steve Loughran
- Original Message - From: Ricky Ho [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, March 17, 2003 09:47 Subject: Re: Callbacks in SOAP application But what if there are M registered clients, the server need to establish M HTTP/TCP connections to callback

Re: Callbacks in SOAP application

2003-03-17 Thread Ricky Ho
We certainly can use a Gnutella approach to multi-cast an event. Rgds, Ricky At 10:15 AM 3/17/2003 -0800, Steve Loughran wrote: - Original Message - From: Ricky Ho [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, March 17, 2003 09:47 Subject: Re: Callbacks

RE: Callbacks in SOAP application

2003-03-17 Thread Toshiyuki Kimura
]; [EMAIL PROTECTED] Subject: RE: Callbacks in SOAP application Hi, I am still waiting for some more details on Blocking the response on the server side from you. Please let me know if you know some implementation details. I need to explore JavaGroups a bit more. Since my

Re: Callbacks in SOAP application

2003-03-17 Thread Toshiyuki Kimura
-Original Message- From: Ricky Ho [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 5:36 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Callbacks in SOAP application We certainly can use a Gnutella approach to multi-cast an event. Rgds, Ricky

Re: Callbacks in SOAP application

2003-03-16 Thread Daniel Elenius
You're asking for events support, and I don't think Axis has it because SOAP doesn't (I could be wrong). But have a look at GENA (general event notification architecture) http://www.upnp.org/download/draft-cohen-gena-client-01.txt It is http-based, and this is what UPnP use (they also use SOAP

Re: Callbacks in SOAP application

2003-03-16 Thread Ricky Ho
A SOAP client registers with a SOAP server: send me a message when event XYZ occurs The client should register: send me a message AT THIS LOCATION when the event XYZ occurs When XYZ occurs, how should the server callback? Is there anything provided as part of the Axis framework? The server

Re: Callbacks in SOAP application

2003-03-16 Thread Ricky Ho
Note that I'm comparing UDP multicast with sending a message repeatedly over multiple HTTP/TCP connections. 1)Reliability: The UDP packets might be lost depending on the network conditions, as you may know. As I said, the callback message in this application-specific case is