What is the best method for pulling a report from a Crystal Report Server that is public facing. I only have public access to the server but need to pull a report form it on a daily basis. You log on here with the user id of public and no password. In the past, I've screen scraped sites for the info I needed. The report server here makes this very complicated from what I've seen in Fiddler.
Does Crystal (or the report server): 1. Expose a simple web service? 2. Is the a client library I can lean on?
Any help would be appreicated. My ultimate goal is to pull down the report using .Net and then pull out the contents of the report for a database.