SSRS 2008 Web service -
SSRS 2008 Web service -
i need on-demand reports name study server
ssrs: list of reports , parameters in single web service call?
that link specify how in sql server 2005 study server.
i have sql server 2008 have tried http://10.230.193.131/reportserver/reportservice2008.asmx?wsdl gives "the path of item 'wsdl' not valid. total path must less 260 characters long; other restrictions apply. if study server in native mode, path must start slash. (rsinvaliditempath) online help"
but able see http://10.230.193.131/reportserver/reportservice2010.asmx?wsdl
but not able find node names of reports
in short how can name of reports consuming service of ssrs 2008
did seek using listchildren method in reportservice2010 web service? http://msdn.microsoft.com/en-us/library/reportservice2010.reportingservice2010.listchildren.aspx
your question specific using ssrs web service interface, query ssrs tables straight in sql:
select [path] [reportpath], name [reportname], type [reporttype], [description] [reportdescription] dbo.[catalog] [type] = 2 -- 1= folder, 2= study
ssrs-2008
Comments
Post a Comment