Access PDS from PHP, login problems

J

jarboleya

Hi,

I have to integrate an application developed with PHP with a Project
Server, so we've decided to access Project features using PDS services.

My first problem is that we can't use windows auth, but using project auth
I always get the same response, (I use the following address
"http://myserver/projectserver/LgnPSAu.asp?un=DOMAIN\user&pwd=password")

<?xml version="1.0" ?>
<Reply>
<HRESULT>
5002
</HRESULT>
</Reply>

But the odd thing is that if we try to access project server directly
from the server (using Internet Explorer), a prompt appears asking me for
user and password, (my user is something like DOMAIN\user) and then
project runs fine.

So it would be great if someone give me some information about how to
logon into a Project Server using Project Auth, specially using a PHP
script.

Thanks in advance
 

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