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
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