3
votes

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?

1

1 Answers

3
votes

No you can't but you can use tool called wsdl.exe or Add Web Reference in Visual studio.