I need to get all on-demand reports name from report server
SSRS: Get list of all reports and parameters in a single web service call?
That link specify how to do it in sql server 2005 report server.
I have sql server 2008 i have tried http://10.230.193.131/ReportServer/ReportService2008.asmx?wsdl but it gives "The path of the item 'wsdl' is not valid. The full path must be less than 260 characters long; other restrictions apply. If the report server is in native mode, the path must start with slash. (rsInvalidItemPath) Get Online Help"
But I am able to see http://10.230.193.131/ReportServer/ReportService2010.asmx?wsdl
But I am not able to find the node where i get names of all reports
In short how can i get the name of all reports by consuming a service of SSRS 2008