CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1

Threaded View

  1. #1
    Join Date
    Mar 2011
    Posts
    5

    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.
    Last edited by gorgon777; February 6th, 2014 at 05:24 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured