PDS web reference in .NET?

K

Kris Rudin

I have written an application in C#, that consumes the Project Data Service
(PDS) web service provided by Project Server 2003.

It works fine, locally.

But, when installed at the client, it fails on the first PDS (soap) call.

In looking at the web reference for my project, I see the PDSService
reference, with a PDS.wsdl file and a Reference.map and Reference.cs file.
Each of these has the name of my local project server in them.

How can I build my application to use ANY project server PDS, and not have
to change this and recompile each time?

I'm guessing I'm not understanding the nature/purpose of the web reference
functionality.

Thanks,
Kris
 

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