A Service Reference is a Visual Studio construct which generates code from service metadata (possibly from a service WSDL).
I have been creating and consuming web services for years and always have been able to use Visual Studio to …
.net web-services service-referenceI 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-referenceI created a WCF service library project in my solution, and have service references to this. I use the services …
wpf wcf service-referenceI am trying to add service reference. There was an error downloading metadata from the address this is the error …
wcf service-referenceI'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-referenceI 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 communicationexceptionI'm using Visual Studio 2008 and have a WCF client working against a WCF service. They are both located in the …
wcf proxy service-referenceWhat are the .datasource files that are automatically generated by "Create Service Reference" in Visual Studio? The comment in the …
wcf file datasource service-referenceI am trying to use a ServiceReference in a C# project. The project is intended to test a connection. I …
c# web-services proxy service-referenceI´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