无法在 .NET Core 中使用 WCF WebHttpBinding

Posted

技术标签:

【中文标题】无法在 .NET Core 中使用 WCF WebHttpBinding【英文标题】:Unable to consume WCF WebHttpBinding in .NET Core 【发布时间】:2021-11-17 11:57:18 【问题描述】:

我正在尝试将我的项目从 .NET 迁移到 .NET Core。

我尝试使用 BasicHttpBindingCustomBinding 在客户端连接我的 WCF 服务,但这会引发错误。

建议如何在.NET Core 上实现WebHttpBinding

【问题讨论】:

你检查过这个答案吗:***.com/questions/52182419/…? 也许你可以看看this link。它是为了兼容 .NET Framework 和 .NET Core 调用者。 【参考方案1】:

如果您需要使用 WCF 服务,那么您可以尝试使用https://github.com/dotnet/wcf

此存储库包含 .NET Core 版本的 Windows Communication Foundation 客户端库。

【讨论】:

以上是关于无法在 .NET Core 中使用 WCF WebHttpBinding的主要内容,如果未能解决你的问题,请参考以下文章

在 .net core 项目中按环境加载 WCF 服务

在 .NET Core 2.0 中使用 WCF 服务

.Net Core - 无法连接 WCF 服务(在 Mac 上)

在 ASP .net core 2.1 中使用 WCF 或 Reporting Services 和 AlanJuden MvcReportViewer 的超时问题

有没有办法让客户端连接到现有的 WCF Web Http 服务而不使用 .Net Core 2 中的 WebHttpBinding?

尝试将 ASP.NET CORE 2 Web API 应用程序连接到 WCF 服务