WCF服务和Biztalk服务配置错误
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否看过这里?应将其添加到 app.config 才能正常工作。
Have you looked here? It should be added to the app.config to work properly.