Logging in to the PSI using VS 2008

M

Mike

I've been able to import to Project just fine using VS 2005, but we're
switching over to 2k8, and I have one strage question, which is probably a
simple answer.

I add the service reference (since I can't do web references in 08 i assume).

But there is no LoginWindows object calling the Web service - it is instead
a LoginWindowsSoapClient object. The credentials, however, appear to be read
only.

What am I doing wrong here?
 
C

Chris Boyd

Hey,

Adding a service reference will not work. You need to add web reference. To
do this in 2008, right click to add a service reference, then click the
advanced button on the buttom left and then add web reference button at the
bottom of the dialog.

--
Chris Boyd
MS Project
Program Manager

Blog: http://blogs.msdn.com/project_programmability/
 
M

Mike

Ah - that explains it. Thanks for the info!

Chris Boyd said:
Hey,

Adding a service reference will not work. You need to add web reference. To
do this in 2008, right click to add a service reference, then click the
advanced button on the buttom left and then add web reference button at the
bottom of the dialog.

--
Chris Boyd
MS Project
Program Manager

Blog: http://blogs.msdn.com/project_programmability/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top