Re: [fpc-pascal] Web Service Toolkit - Notify the Client

2007-06-03 Thread Michael Van Canneyt
On Sun, 3 Jun 2007, John Coppens wrote: > On Sun, 3 Jun 2007 16:55:23 +0200 (CEST) > Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > > Is it possible to delay a SOAP call a few seconds at the service > > > provider (until new data is available)? Hmm, this reveals the question > > > what ar

Re: [fpc-pascal] Web Service Toolkit - Notify the Client

2007-06-03 Thread Johann Glaser
Hi! > > Is it possible to delay a SOAP call a few seconds at the service > > provider (until new data is available)? Hmm, this reveals the question > > what are the timeouts for TCP/IP connection and for the web services? > > I think a few seconds are possible, a timeout is usually longer than >

Re: [fpc-pascal] Web Service Toolkit - Notify the Client

2007-06-03 Thread John Coppens
On Sun, 3 Jun 2007 16:55:23 +0200 (CEST) Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > Is it possible to delay a SOAP call a few seconds at the service > > provider (until new data is available)? Hmm, this reveals the question > > what are the timeouts for TCP/IP connection and for the web se

Re: [fpc-pascal] Web Service Toolkit - Notify the Client

2007-06-03 Thread Michael Van Canneyt
On Sun, 3 Jun 2007, Johann Glaser wrote: > Hi! > > > > Usually the frontend does a remote procedure call to the backend. There > > > is one important problem I'm facing now. I want the backend (service > > > provider) to notify the frontend (service consumer) as soon as a new > > > measurement

Re: [fpc-pascal] Web Service Toolkit - Notify the Client

2007-06-03 Thread Johann Glaser
Hi! > > Usually the frontend does a remote procedure call to the backend. There > > is one important problem I'm facing now. I want the backend (service > > provider) to notify the frontend (service consumer) as soon as a new > > measurement value has arrived. So this is the reverse direction of >

Re: [fpc-pascal] Web Service Toolkit - Notify the Client

2007-06-03 Thread Michael Van Canneyt
On Sun, 3 Jun 2007, Johann Glaser wrote: > Hi! > > I'm going to implement a data logger and a GUI frontend in FreePascal. > One (daemon) program gets data from a device connected via USB and > stores it to a file. A second program, the GUI frontend, connects to the > daemon and can retrieve the

[fpc-pascal] Web Service Toolkit - Notify the Client

2007-06-03 Thread Johann Glaser
Hi! I'm going to implement a data logger and a GUI frontend in FreePascal. One (daemon) program gets data from a device connected via USB and stores it to a file. A second program, the GUI frontend, connects to the daemon and can retrieve the measured data and other stuff. Additionally it can send