Monday, January 19, 2004
Asynchronous call of Web Services
Scenario:
User enters input data on a web page and clicks a button "Process".
Web page shows message "Your data is processed...".
Then web page run web service which process the user's data.
User continues to work on the web page.
After some time (20 seconds for instance), the web service returns the result.
Web page puts the result in front of user.
With all this going on the web page isn't reloaded.
How to implement all of this?
Use:
WebService behavior
User enters input data on a web page and clicks a button "Process".
Web page shows message "Your data is processed...".
Then web page run web service which process the user's data.
User continues to work on the web page.
After some time (20 seconds for instance), the web service returns the result.
Web page puts the result in front of user.
With all this going on the web page isn't reloaded.
How to implement all of this?
Use:
WebService behavior