Is there a way to easily add a web service reference to a Visual Studio 2015 console application?
相关问题
- Is the Namespace for a SOAP Web Service case sensi
- How can I send parameters for ASP.NET webservice
- Http post request to a Django webservice (need log
- Is It possible to build asp.net core project using
- Visual Studio — does not create exe file
相关文章
- Using JAX-WS 2.2.5 client with JDK/JRE 1.5
- Build errors of missing packages in Visual Studio
- Visual Studio 2015 JSX/ES2015 syntax highlighting
- Cannot use org.jvnet.jax-ws-commons.jaxws-maven-pl
- Edit & Continue doesn't work
- How to create base64Binary data?
- Are there any public UDDI registries available?
- REST search interface and the idempotency of GET
Right click References -> Add Service Reference.
(i.e. don't right-click the Project name.)
If you don't have References -> Add Service Reference, you probably use VS2015 and new Console Applicaiton template, to add WCF service you need to:
edit: Link to documentation of 'Visual Studio WCF Connected Service': https://blogs.msdn.microsoft.com/webdev/2015/12/15/wcf-connected-service-visual-studio-extension-preview-for-asp-net-5-projects/