Access to PDS by a WebService

D

David Wiart

I have built a custom report that use a WebService (and plugins) to get
data from Project Server (using the Project
Data Service (PDS) web service)and from another database.
When I use the PDS.Net SDK, it works great.
When I have installed my WebService and my Winform on my own computer,
it works also great (using the Integrated Windows Authentication and
Impersonate=true in Web.config).
But the problem appears when I try to get data from another computer
(with my account or another), then I get a login error...
Then I tried to install my Webservice on the same IIS Server than
Project Server, but it doesn't work better because I've got the error
code 5003 ( "No user security context was detected (for integrated
security only)" ).

I've listen many things about that kind of problem. It seems that IIS
doesn't forward my Credentials from my Webservice to PDS ... I can't
recreate Credentials with user/pwd...

Does anyone have an idea please !
Thanks,

David
 

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