I have a scenario where on my page(reports.as px) I submit a report request to a class(ReportWri tter.cs) in a web app. The class in turn uses a webservice to submit this job to the DB(Oracle 10g). The service returns me only the JobID. The class then uses the JobId and polls on a DB table(Jobs_Queu e) to check if this job is completed or not. If it is completed, it returns a path where the pdf is saved to the calling page. The calling page then uses...