StuartLC
StuartLC

Reputation: 107357

Can I use SVCUTIL to create a Web Service reference for .NET 2.0 (i.e. NOT for a WCF Client)

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?

Upvotes: 3

Views: 2223

Answers (1)

Ladislav Mrnka
Ladislav Mrnka

Reputation: 364389

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

Upvotes: 3

Related Questions