A
AaronPM
I am very new to Project. I just want to write a simple example program
which can access a list from a Project Server site. So I installed the trial
version of Project Server 2007 and added a simple list to the default home
page. I am trying to follow the Log On tutorial at
http://msdn.microsoft.com/en-us/library/ms455600.aspx but I am stuck at the
part about web references.
First of all, there is no _vti_bin/PSI/Project.asmx in my IIS. I see
projectdisco.aspx and projectwsdl.aspx, but no project.asmx.
Second, there is a _vti_bin/PSI/LoginWindows.asmx and I do reference it.
But I can't reproduce
public static WebSvcLoginWindows.LoginWindows loginWindows =
new WebSvcLoginWindows.LoginWindows();
For me, WebSvcLoginWindows only has LoginWindowsSoap,
LoginWindowsSoapChannel, and LoginWindowsSoapClient.
which can access a list from a Project Server site. So I installed the trial
version of Project Server 2007 and added a simple list to the default home
page. I am trying to follow the Log On tutorial at
http://msdn.microsoft.com/en-us/library/ms455600.aspx but I am stuck at the
part about web references.
First of all, there is no _vti_bin/PSI/Project.asmx in my IIS. I see
projectdisco.aspx and projectwsdl.aspx, but no project.asmx.
Second, there is a _vti_bin/PSI/LoginWindows.asmx and I do reference it.
But I can't reproduce
public static WebSvcLoginWindows.LoginWindows loginWindows =
new WebSvcLoginWindows.LoginWindows();
For me, WebSvcLoginWindows only has LoginWindowsSoap,
LoginWindowsSoapChannel, and LoginWindowsSoapClient.