views:

10

answers:

1

Hi

We have a WCF service exposing a basicHTTPBinding endpoint but need to consume it from a .NET 2.0 application.

We have the WSDL files available.

Can I use SVCUTIL to generate a web service reference compatable with .NET 2.0?

Thanks

+2  A: 

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

Ladislav Mrnka
Thanks Ladislav - wsdl.exe works (although seems to miss the wildcard functionality that svcutil does i.e. svcutil ..\*.wsdl ..\*.xsd /language:C#)
nonnb