开发者

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

开发者 https://www.devze.com 2023-01-15 04:56 出处:网络
We have a WCF service exposing a basicHTTPBinding endpoint, but I need to consume it from a .NET 2.0 application.开发者_开发百科

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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消