WCF Web Service Proxy Generation Problems
Posted by: Rick Strahls WebLog,
on 20 Nov 2006 |
View original
So Im a latecomer to the WCF party and just to check things out I decided to run a quick check against some existing complex Web Services I have running on my site. I created a new WinForms project and added a new Service Reference (installed with the Orcas bits).
The importer managed to find my Web Service and create a reference to it. However, the generated code will not compile. On closer inspection the generated Service code is apparently duplicating all the objects that are being...