简体   繁体   English

将Web引用添加到Visual Studio WinForm项目

[英]Adding a Web Reference to Visual Studio WinForm Project

I'm trying to get familiar with web services. 我正在尝试熟悉Web服务。 I figured, I'd make some dinky little application using the Path of Exile resources. 我想,我会使用“流放之路”资源制作一些时髦的小应用程序。 Found here: http://www.pathofexile.com/developer/docs/api-resources 在这里找到: http : //www.pathofexile.com/developer/docs/api-resources

Following these instructions on MSDN: http://msdn.microsoft.com/en-us/library/bb628649.aspx 在MSDN上遵循以下说明: http : //msdn.microsoft.com/en-us/library/bb628649.aspx

Doing Step 4 and tried to enter the URL listed on one of their pages, http://api.pathofexile.com/leagues , and when I hit "Go" it pops up with a download box asking me if I want to save the JSON file instead of just presenting a list of web services available for consumption. 进行第4步并尝试输入其页面之一( http://api.pathofexile.com/leagues)上列出的URL,当我单击“ Go”时,它弹出并带有一个下载框,询问我是否要保存JSON文件,而不只是显示可供使用的Web服务列表。 If I hit "Cancel" the browser goes back to the "home page" for Visual Studio and doesn't list any web services available. 如果我单击“取消”,浏览器将返回Visual Studio的“主页”,并且不会列出任何可用的Web服务。

What am I missing, or doing wrong? 我想念的是什么,还是做错了?

If you would like to play with some open to public SOAP web-services that can be consumed via Visual Studio Wizard take a look here SOAP services 如果您想使用一些可以通过Visual Studio向导使用的公开的SOAP Web服务,请在此处查看SOAP服务。

Also if you have an access to sharepoint you can have some fun. 另外,如果您可以访问共享点,则可以玩得开心。 If you want to stick to PoE, then use NuGet and add JSON support. 如果要坚持使用PoE,请使用NuGet并添加JSON支持。 cheers 干杯

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio Community 2015添加了对项目的引用 - Visual Studio Community 2015 adding a reference to project 在Visual Studio for Mac中添加Web参考 - Adding a web reference in visual studio for mac 向WinForm项目添加服务引用时出错 - Error Adding Service Reference to WinForm project 如何在项目Visual Studio(Winform)中重置缓存? - How to reset cache in project Visual Studio(winform)? 将 dll 引用添加到 github 上可见的 Visual Studio c# 项目 - Adding dll reference to visual studio c# project visible on github Visual Studio 2015 - Web项目中缺少共享项目参考选项卡 - Visual Studio 2015 - Shared Projects Reference Tab Missing on Web Project 添加对亚马逊 web 服务 sdk 的 Visual Studio 项目的引用 - add a reference to a visual studio project for amazon web services sdk 在Visual Studio中添加Web引用(C#)不会显示Web引用文件夹内容 - Adding Web Reference (C#) in visual studio does not show the web reference folder contents Visual Studio模板上的项目参考 - Project Reference on Visual Studio Template 在Visual Studio中引用项目“readonly”? - Reference project “readonly” in Visual Studio?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM