Hi all,
I have writen a webservice client to get some data from a webservice server. my call will display an html file(Crystal Report report got from the webservice server) into a
jsp. the call makes about 9 seconds to get data to display (too long for the client), the web site contains just two pages (login page and a page to display data (for each report choosen in a menu)). Is there a way to make an asynchronuous call and notify the client when the DATA is ready. I mean, the client can ask for a report1 (in the menu), see other ready reports and will be notified when the report1 is ready (got from the webservice).
any help will be appreciated
----------------------------------------------------------------------------
SGCIB