Skip to main content
Consuming a WCF service
Entry Date: Rate:
Site:
Keywords:
RSS Description:
Adding references to WCF services is trivially easy with Visual Studio 2008, but if you're still working with 2005 there are a few things that need to be considered when referencing WCF services instead of using Add Web Reference.
Comments:

In some companies they are still using Visual Studio 2005 as an standard... that's an issue when you have a web application and want to consume WCF services... seems that Ms doesn't have quite much interesting on adding a "add service reference" on to 2005.. why not move to 2008? ;-).

This article explains you how to do "Add Service Reference" trick on VS2005.