gpt4 book ai didi

wcf - 如何测试我的 WCF 双工服务?

转载 作者:行者123 更新时间:2023-12-03 05:14:00 24 4
gpt4 key购买 nike

我目前正在开发双工 WCF 服务,并且希望使用 Visual Studio 2010 提供的 WcfTestClient.exe 测试该服务。但是,由于我的 WCF 服务是双工服务,因此创建的终点如下所示:

selfHost.AddServiceEndpoint(typeof(IPostingService), new WSDualHttpBinding(), "Posting");

显然,在运行 wcftestclient.exe 并连接到该服务后,它表示不支持双 http 绑定(bind)。

知道我还能如何测试我的 WCF 服务吗?

最佳答案

检查this post它提供了 wcfclient 的一些替代方案。

我只需编写一个简单的控制台应用程序来测试它,但这需要您在 wcfclient 外部配置绑定(bind)。您可以使用 WCF 配置编辑器(从“工具”菜单)来协助绑定(bind)配置。

关于wcf - 如何测试我的 WCF 双工服务?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8154102/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com