reporting - SSRS 2012 web service configuration -
we consuming ssrs 2005 reports using http:///reportserver/reportservice.asmx. when open in browser, shows wsdl, working fine.
now trying migrate ssrs 2012, in configuration manager found webservice url as: http:///
based on that, trying consume new reports using url: http:////reportserver/reportservice.asmx
when open new url in browser showing "reports" folder instead of wsdl.
any idea issue?, in advance.
try
http://server/reportserver/reportservice2010.asmx?wsdl
, http://server/reportserver/reportexecution2005.asmx?wsdl
as mentioned in post
http://jaliyaudagedara.blogspot.ca/2012/05/accessing-report-server-using-report.html
Comments
Post a Comment