I have my WCF service, I\'ve created reference to it from MSTest project. Here is example how I am calling service methods:
I created WCF service (last year) that is consumed by Silverlight application and it doesn\'t have metadata (doesn\'t have IMetadataExchange endpoint).
Am using silverlight4.0 and using the WCF service and my functnalities are working fine and at some point of time am getting an exception as like \"The remote server returned an error: NotFound.\" thi
I\'m actually trying to create a wpf project witch connected to the WCF via services references, I\'m also using the MVVM pattern in my wpf project and I have a problem when I declare in my CTOR of my
I have been tasked to look after an ASP.Net WebForms application that communicates with a WCF service hosted by a Windows service. The binding used for the service is netTcpBinding.
I have a WCF Service using netTcpBinding. the problem is that the host of this service not always active , so when a client
I have a situation where I need to pass a list of objects to my service. The objects have to be of type ELEMENT.I have my El开发者_开发技巧ement interface defined like so
I have a WCF .svc file hosted in IIS. I want to use basicHTTP binding. This services job is to actually call another service over net.tcp. Everything works fine locally, but when I deployed, I\'m gett
I am really confused right now and I can\'t get any right answers anywhere. My confusions are: 1) Isn\'t wsHttpBinging (which is beefed up basicHttpBinding) used in SOAP instead of REST and REST onl
I wo开发者_开发知识库uld like to select all cells of the first column of a table. Can anyone please tell me the code.