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