使用 Web 参考通过 wsHttpBinding 使用 WCF 服务

Consume WCF service with wsHttpBinding using web reference

WCF 服务是 运行 wsHttpBinding。是否可以使用 Web 参考而不是服务参考来使用此服务?

提前致谢

web reference 是 old-style,已弃用 ASP.NET 网络服务 (ASMX) 技术(仅使用 XmlSerializer)

您不能使用旧 ASMX 的默认配置在 wsHttpBinding 上公开的服务。 wsHttpBinding 的默认配置使用高级安全,ASMX 不支持它。

您必须 add service reference / svcutil 或将绑定更改为 basicHttpBinding