tags:

views:

153

answers:

0

I have an app that uses the System.Web.Services.Description namespace to consume web services and generate a proxy dynamically at runtime for a web service.

I want to know whether if its still possible to consume WCF web services using the classes in this namespace.

At the moment I just get a "NoCodeGenerated" warning returned from the call to ServiceDescriptionImporter.Import()