有没有办法公开 WCF 方法并能够像 asmx 一样调用它们?

发布于 2024-11-09 20:23:23 字数 272 浏览 4 评论 0原文

有没有办法公开 WCF 方法并能够像在 asmx 文件上一样调用它们?

例如: http://www.w3schools.com/webservices/tempconvert.asmx

在上面的链接中您可以选择不同的操作并可以在浏览器中调用它们,是否有任何方法可以使用 IIS 服务器上的 WCF 服务 .svc 文件复制该操作?

Is there any way to expose WCF methods and be able to invoke them like on an asmx file?

For example:
http://www.w3schools.com/webservices/tempconvert.asmx

In the above link you can select the different operations and can invoke them in the browser, is there any way to replicate that with a WCF service .svc file on an IIS server?

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

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

发布评论

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

评论(2

终遇你 2024-11-16 20:23:23

并不真地;您可以使用 WcfTestClient - http://msdn.microsoft.com/en-us /library/bb552364.aspx - 测试方法,但 WCF 没有内置的“自动调用程序”。

Not really; you can use the WcfTestClient - http://msdn.microsoft.com/en-us/library/bb552364.aspx - to test the methods, but there's no built-in "auto-invoker" for WCF.

如梦亦如幻 2024-11-16 20:23:23

查看方法是否正常工作的更好方法是创建单元测试来调用它们。这样,您就可以查看您的方法是否继续工作。

The better way to see if your methods are working correctly is to create unit tests to call them. That way, you can see if your methods continue to work.

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