We have a WCF service exposing a basicHTTPBinding
endpoint, but I need to consume it from a .NET 2.0 application.
We do have the WSDL files available.
Is there a way to use SVCUTIL
to generate a web service reference which is compatible with .NET 2.0?