|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, May 03, 2013 4:26 AM
Points: 4,
Visits: 27
|
|
Hi
We Currently have an application Developed in Visual Studio 2003 and Connecting to reporting services 2005 using the http://server/reportserver/reportingservices.asmx which works fine.
We need to connect to SQL 2008 (Reporting Services 2008) but these reports are failing. Is there anything we have to change in the code, or does that url have to change?
Any help would be appreciated.
Regards
Mike
|
|
|
|
|
SSChasing Mays
      
Group: General Forum Members
Last Login: Wednesday, June 27, 2012 5:08 AM
Points: 626,
Visits: 75
|
|
Try this one,
http://server/ReportServer_SQL2008/ReportService2005.asmx
Regards, Chirag
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, May 03, 2013 4:26 AM
Points: 4,
Visits: 27
|
|
I have already tried that...thanks...doesn't work
All we have changed in our code is the SOAP Endpoints for and Schema names to the 2005 endpoint.
Maybe i am missing something.
|
|
|
|