How to connect to Project Server and interact?
Hi everyone,
So I basically want to connect to our company's Project Server 2010 site, and have Visual Studio 2012 installed. I researched and discovered I can use the below Web Services:
http://<Server Name>/ReportServer/ReportService2010.asmx?wsdl
http://<Server Name>/ReportServer/ReportExecution2005.asmx?wsdl
However, im not sure if I am referencing these correctly, as VS2012 is not finding these specifically, but the below are being added:
http://<Server Name>/<Site Name>/_vti_bin/ReportServer/ReportExecution2005.asmx?wsdl
http://<Server Name>/<Site Name>/_vti_bin/ReportServer/ReportService2010.asmx?wsdl
For example, this gets added: http://123.myname.com/WIND/_vti_bin/...2010.asmx?wsdl, but not http://123.myname.com/WIND/ReportSer...2010.asmx?wsdl
So I guess my question is how do you actually connect to a Microsoft Project Server site and interact with it(download a report)?
Appreciate any help.