G
ghost
As the Subject indicates I have written a web page that makes use of
several web service calls.
Some of the web service calls are very fast so they called
synchronously. Some web service calls are longer running so I call
them asynch so that they can all run concurrently. The user base for
the application that I am creating demands the partial response of the
faster calls and a gradual update of their web page info from the
balance of the slower calls as the responses come in. .
How do I go about getting the results of the asynch calls out to the
web page?
It would be ideal if the page refreshed automatically.
You can contact me here in this newsgroup or at
(e-mail address removed)
Please note that you have to get rid of 'removeallofthiscrap' from my
email address.
several web service calls.
Some of the web service calls are very fast so they called
synchronously. Some web service calls are longer running so I call
them asynch so that they can all run concurrently. The user base for
the application that I am creating demands the partial response of the
faster calls and a gradual update of their web page info from the
balance of the slower calls as the responses come in. .
How do I go about getting the results of the asynch calls out to the
web page?
It would be ideal if the page refreshed automatically.
You can contact me here in this newsgroup or at
(e-mail address removed)
Please note that you have to get rid of 'removeallofthiscrap' from my
email address.