Hi,

I'm consuming my own webservice through a web page by using a button. So on
button click my web service gets invoked and does a defined work.

In my case, the web service downloads images from remote server, so the time
it takes depends on the number of images (configurable).

In case if I go for large no. of images, it can take more than couple of
hours, hence I want some mechanism by which user could stop the web service.

Is this possible? How?

I even tried to stop the webserver but once invoked the context gets loaded
in memory and web service does its work without interruption.

Thanks in advance.
Regards,
Amit :)