I am using Visual Studio Professional 2012 and trying to add web reference for ReportService.asmx through Add Service Reference>Advanced>Add Web Reference.
In the Add Web Reference dialog I enter the address to the ssrs report service and click GO. The URL is,
http://MyServerName/ReportServer/ReportService.asmx
.
I am able to view the WSDL in my browser.
On the left, it shows me the methods it found in the WSDL.
On the right, the Add Reference button is disabled and the following error appears:
The HTML document does not contain Web service discovery information.
what could be reason for this?