Reporting Services Web Service problem

Hello,

Im using the web service from SQL Reporting Serivces for the first time to Render a report. Im using this way because, so far, it is the best security scheme for our needs. when i post a call to the service, passing it everything it requires, including custom parameters, i get back a blank report. The report is saved as a pdf file and the only things that show up are the headers for every column in the report. I don't get any kind of error message and i don't know whats happening.

any suggestions?
[537 byte] By [qubits] at [2007-11-20 7:34:52]
# 1 Re: Reporting Services Web Service problem
perhaps your passing it too many filters and there are no results returned? Cant you debug the web service and find out the data its returning? If its retuning blank then you probably have an issue with the SQL, if its returning data but your not seeing it something is wrong in the code that is actually rendering the report. But we are not going to be able to help you much until you debug and step through the code to find out exactly what is happening.

hth,
mcm
mcmcom at 2007-11-9 11:53:06 >