如何使用用户名身份验证调试 WCF 服务?
理论上,我可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试来自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.