Top "Service-reference" questions

A Service Reference is a Visual Studio construct which generates code from service metadata (possibly from a service WSDL).

How to generate service reference with only physical wsdl file

I have been creating and consuming web services for years and always have been able to use Visual Studio to …

.net web-services service-reference
Service Reference Error: Failed to generate code for the service reference

I have a Windows Service Solution and am trying to add a service reference to a Hermes(Opensource ebms message …

c# .net visual-studio-2010 web-services service-reference
What does this WCF error mean: "Custom tool warning: Cannot import wsdl:portType"

I created a WCF service library project in my solution, and have service references to this. I use the services …

wpf wcf service-reference
There was an error downloading metadata from the address

I am trying to add service reference. There was an error downloading metadata from the address this is the error …

wcf service-reference
can't access the added service reference

I've added a service reference to my mvc4 web project and left it with the default namespace "ServiceReference1", but when …

c# web-services asp.net-mvc-4 service-reference
System.Net.WebException: The request was aborted: the request was cancelled

I have a WCF service that has been giving me this error under load conditions (and I can't seem to …

.net wcf system.net.webexception service-reference communicationexception
Update service reference not working

I'm using Visual Studio 2008 and have a WCF client working against a WCF service. They are both located in the …

wcf proxy service-reference
What are the WCF Service Reference .datasource files?

What are the .datasource files that are automatically generated by "Create Service Reference" in Visual Studio? The comment in the …

wcf file datasource service-reference
Using C# Service Reference with Proxy

I am trying to use a ServiceReference in a C# project. The project is intended to test a connection. I …

c# web-services proxy service-reference
Error when trying to add a Service Reference

I´m trying to create a client in C# to a web service which (I suppose) is written in Java. …

c# web-services webclient service-reference