- Original Message -
From: "Alexey Krivitsky" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 10, 2002 03:57
Subject: RE: events in Webservices
Thanks for your notes, Steve
I am going to work through the firewall, so your comments are reasona
ilto:[EMAIL PROTECTED]]
> Sent: Monday, December 09, 2002 8:32 PM
> To: [EMAIL PROTECTED]
> Subject: Re: events in Webservices
>
>
>
> 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
sage -
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 possib
will try to find links on ksoap to investigate it.
Thanks
> -Original Message-
> From: Alex Dovlecel [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 09, 2002 2:19 PM
> To: [EMAIL PROTECTED]
> Subject: Re: events in Webservices
>
>
> Forgot to mention, AXIS h
Forgot another thing.
When talking about ksoap, I was in fact saying it will be easy to implement
the HttpListener and use the kSoap for parsing and mapping all the classes
for you app...
Sorry if I start spamming this list, DON'T BAN ME :o))) Pls.
dovle
> Hi,
>
> Have you considered the n
Forgot to mention, AXIS has a stand alone server (that allows you to use it
without a Servlet Container), and I suppose you could try to integrate it
into your clients. Dunno much about this, the people inhere are saying that
in fact was build more for testing purposes... you should ask (or chec
Hi,
Have you considered the next posibility that will avoid implementing an
HttpListener on your client: the client could call, from time to time, the
server to check if there are some events for it.
It could be a little troubling because might be too much net traffic but...
On clientside, y
Title: Message
Hello
all,
I am
going to implements Webservices which will be sending notification messages to
their client.
The
major issue is that it is required for the clients to be simple
non-servlet-based applications.
I am
thinking of implementing a simple web-server (http
liste