WCF 客户端测试驱动的终结点或 URI 列表
我知道 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其中之一是,您可以查看“Visit MIX”API - 一项 OData 服务(WCF 数据服务):
转到 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):
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.