VS2003 client and WPF webservice?
Hi!
I have a VS2003 project that we need to keep in VS2003 for several reasons.
Is it possible in VS2003 to add a web reference to a WCF webservice, or do both sides need to be the same version? Are we forced to develop the webservice in VS2003?
The client will be removed eventually, but we desperatly need to redesign the server part, and we want to do this in WCF using VS2008.
Any hints tips or suggestions are welcome.
/Henrik
Re: VS2003 client and WPF webservice?
You can add a service reference to the WCF service, if that service exposes the metadata (mex binding)