如何使用用户名身份验证调试 WCF 服务?

发布于 2024-09-30 12:50:56 字数 169 浏览 3 评论 0原文

理论上,我可以使用 Microsoft 的 WCF-Testclient 调试 WCF 服务。实际上,我使用的是用户名身份验证,而 TestClient 无法传递用户凭据。是否有任何解决方法或其他调试工具?如何调试安全 WCF?
我特别喜欢能够单步执行 WCF 代码的功能。

预先感谢,
坦率

theoretically, I can debug a WCF-service with Microsofts WCF-Testclient. Practically am I using UserName Authentication and the TestClient doesn't have the possibility to pass the User Credentials. Is there any workaround or maybe other debugging tool? How do you debug your secure WCFs?
I especially love the functionality to be able to step into the code of the WCF.

Thanks in advance,
Frank

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

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

发布评论

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

评论(1

掩耳倾听 2024-10-07 12:50:56

尝试来自soapui.org 的SOAPUI。很棒的测试工具,您将无法单步调试代码,但至少可以获得相关的错误消息。免费版本应该允许您做任何您想做的事情。我喜欢它,因为您可以保存测试并为每种方法进行多个测试。

Try SOAPUI from soapui.org. Great tool for testing, you won't be able to step through your code, but you can at least get relevant error messages. The free version should allow you to do whatever you want. I like it because you can save your tests and have multiple tests for each method.

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