WCF 客户端测试驱动的终结点或 URI 列表

发布于 2024-08-29 19:37:56 字数 211 浏览 3 评论 0原文

我知道 Amazon.com 公开了 URI ...我需要注册,然后我就可以使用它们......卷起袖子......并进行一些 WCF 客户端测试-驱动器编码。

还有哪些反映真实或几乎实时服务的公开端点?

Microsoft 专门提供了任何产品吗?

我基本上正在寻找为 WCF 和非 WCF 服务编写 WCF 客户端...RESTful 服务,甚至其他服务。

I am aware of the Amazon.com exposed URIs ... which I need to sign up for and then on I can utilize them ....... roll-up my sleeves ..... and get some WCF Client test-drive coding.

What are the other such publicly exposed end points that reflect real or almost real-time services?

Any offerings specifically from Microsoft?

I am basically looking for writing WCF clients for both WCF and non-WCF services...RESTful ones and even otherwise.

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

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

发布评论

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

评论(1

零度° 2024-09-05 19:37:56

其中之一是,您可以查看“Visit MIX”API - 一项 OData 服务(WCF 数据服务):

http://api.visitmix.com/OData.svc/

转到 http:// /www.odata.org - 那里发布了一大堆其他 API。

应该让你开始!否则 - 就建立你自己的!创建您自己的测试服务器(这也将是一次很好的学习体验!),然后连接到它。

对于 SOAP/经典 Web 服务,请查看 http://www.xmethods.net - 它有一个存储库一系列公开可用的网络服务 - 从天气到货币转换器,再到您能想到的任何服务。这些为您提供了基于 SOAP 的 WCF 服务客户端的示例。

For one, you can check out the "Visit MIX" API - an OData service (WCF Data Service):

http://api.visitmix.com/OData.svc/

Go to http://www.odata.org - there's a whole bunch of other API's published there.

Should get you started! Otherwise - just build your own! Create your own test server (that'll be a good learning experience, too!) and then connect to it.

For SOAP / classic web services go check out http://www.xmethods.net - it has a repository of a bunch of publicly available web services - everything from weather, to currency converters, to whatever you can dream up. Those give you samples for SOAP based WCF service clients.

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