WCF服务和Biztalk服务配置错误

发布于 2024-09-13 13:30:00 字数 439 浏览 8 评论 0原文

我有一个 WCF Web 服务,它调用 biztalk 服务(即 Orchestration)。当我进行单元测试时,出现以下错误:

测试方法 Goudse.BcVerzekering.Bts2006.InkCol.Business.UnitTests.UnitTest1.VerzekeringFacade_Goed 抛出异常:System.ServiceModel.FaultException:system.serviceModel/bindings/wsHttpBinding 处的绑定不有一个名为“WSHttpBinding_ITwoWayAsync”的已配置绑定。这是绑定配置的无效值。 (C:\Inetpub\DeGoudse.MKB\VerzekeringFacade\web.config 第 50 行)。

它指向 web.config,但它是由系统本身生成的......

任何见解都会非常有帮助吗?

I have a WCF web service which calls a biztalk service( ie Orchestration). When i do the unit test i am getting following error:

Test method Goudse.BcVerzekering.Bts2006.InkCol.Business.UnitTests.UnitTest1.VerzekeringFacade_Goed threw exception: System.ServiceModel.FaultException: The binding at system.serviceModel/bindings/wsHttpBinding does not have a configured binding named 'WSHttpBinding_ITwoWayAsync'. This is an invalid value for bindingConfiguration. (C:\Inetpub\DeGoudse.MKB\VerzekeringFacade\web.config line 50).

Its pointing to web.config, but which is generated by the system itself...

Any insight will be very helpful?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

玩套路吗 2024-09-20 13:30:00

您是否看过这里?应将其添加到 app.config 才能正常工作。

Have you looked here? It should be added to the app.config to work properly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文