Hello
I am trying to figure out how to Find the webservice for my SSRS 2014 Installation from Visual Studio 2013.
I looked at this article
http://msdn.microsoft.com/en-us/library/ms155398.aspx
And it seemed to say I should use:
http://<machine name>/Reports_<Machine Name>/ReportService2010.asmx?wsdl
I am doing this from the Add Web Reference part of Visual Studio 2013
When I do this I get the error
There was an error downloading 'http://<machine_Name>/Reports_<machine_Name>/ReportService2010.asmx?wsdl/_vti_bin/ListData.svc/$metadata'.
The request failed with HTTP status 404: Not Found.
Thanks in Advance.
-Dick