are you all behind the firewall? you cant do http callbacks through a firewall (which is why it isnt in the spec). If you are behind the 'wall you could callback by having the app listen on a socket for an incoming ping that tells it to 'poll the server now'...
----- Original Message ----- From: "Alexey Krivitsky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 04:25 Subject: RE: events in Webservices Thanks Alex. Approach of polling the webserver cannot be applied here, because events must be processed as quick as possible. Axis on the client's side cannot be deployed, requirements say no servlet-runners on the client-side. So ksoap or something like that can be applied here I hope. I will try to find links on ksoap to investigate it. Thanks