Hello! I wanted to get some advice on this before I spend time trying to make it work. I have a soap process that creates a big file which, upon successful conclusion, can be downloaded via a previously given url. I need to show the progress of the process but I can't stream the information back to the user due to IT constraints which require caching to be turned on for the server. Is there a way to make a soap call and then, while that soap call is running, make another soap call that will return immediately with a progress update? Any ideas or suggestions? Thanks! Matthew Hanna