Top "Wcf" questions

Windows Communication Foundation is a part of the .NET Framework that provides a unified programming model for rapidly building service-oriented applications.

WCF service maxReceivedMessageSize basicHttpBinding issue

I can't seem to get my WCF service to accept large amounts of data being sent up to it. I …

c# wcf wcf-binding
WCF named pipe minimal example

I'm looking for minimal example of WCF Named Pipes (I expect two minimal applications, server and client, which can communicate …

c# wcf named-pipes
How to generate WCF service with SvcUtil.exe

I am using SvcUtil.exe to generate IClassName.cs file from wsdl file and that is working fine. My problem …

c# .net web-services wcf contract-first
How to retrieve the LoaderException property?

I get a error message while updating my service reference: Custom tool warning: Unable to load one or more of …

c# .net wcf
Large WCF web service request failing with (400) HTTP Bad Request

I've encountered this apparently common problem and have been unable to resolve it. If I call my WCF web service …

c# .net wcf web-services
How to Consume WCF Service with Android

I am creating a server in .NET and a client application for Android. I would like to implement an authentication …

.net android wcf rest
Difference between web reference and service reference?

What is the difference between web reference and service reference in WCF? Which is preferable in WCF?

.net wcf asmx
Problem with type of service in ServiceHost directive in wcf service

I am developing a simple wcf service for test. When I test this service with my local IIS 7.5, then it …

wcf servicehost
How to programmatically modify WCF app.config endpoint address setting?

I'd like to programmatically modify my app.config file to set which service file endpoint should be used. What is …

c# wcf app-config configuration-files
Timeouts WCF Services

How do the timeouts work in WCF? I know for example that you can configure sendTimeout and receiveTimeout for a …

wcf configuration timeout wcf-binding