PDA

View Full Version : .net and project server 2002


aspacts
11-11-2003, 06:53 AM
lo folks.
i have this problem.
hope some1 can help out.
cuz it is hard to find out on the net.

here it comes:
i have this pc which runs win 2000 advanced server.
i have installed microsoft project server 2002 on it.
and now i am buidling this .net application which has to connect with the project server and extract project data out of it.
now i've read that you can do this by using soap and then send xml requests to the projectserver
and that the project server provides certain pds functions which developers can use.

now i am looking for a complete overview about the available functions for pds and how a n00b .net programmer can use them.

greetz aspacts

ps. i have downloaded a test program client that connects in .net to project server but it gave me a 401 error while every user right is set ok.
please, could really use some help folks

http://217.121.0.106/foutmelding.jpg

Weberton
03-08-2004, 03:31 PM
Hi aspacts,

You must configure the directory security of the ProjectServer Virtual Directory to allow anonymous authentication.

So you won't get an HTTP 401 status error.

Weberton

shakti
04-13-2005, 07:05 PM
lo folks.
i have this problem.
hope some1 can help out.
cuz it is hard to find out on the net.

here it comes:
i have this pc which runs win 2003 server.
i have installed microsoft project server 2003 on it.
and I have downloaded the PDSTest.NET Sample code from Microsoft website. now i am buidling this .net application which has to connect with the project server and extract project data out of it.
now this sample code is using soap and then send xml requests to the projectserver
and that the project server provides certain pds functions which developers can use.

now i am looking for a complete overview about the available functions for pds and how a n00b .net programmer can use them.

Shakti Shekhar

ps. after running PDSTest.NET Sample code, it gave me a 405 error while every user right is set ok.
please, could really use some help folks