New posts in wcf

Getting a POST endpoint to work in self-hosted (WebServiceHost) C# webservice?

Using Custom WCF Body Deserialization without changing URI Template Deserialization

WCF: Configuring Known Types

ASP.NET MVC & Web Services

How do I prevent JAXBElement<String> from being generated in a CXF Web Service client?

IIS 7.5, Web Service and HTTP 405 error

Could not find a base address that matches scheme https for the endpoint with binding WebHttpBinding. Registered base address schemes are [http]

How can I prevent BufferManager / PooledBufferManager in my WCF client app from wasting memory?

The content type text/html; charset=UTF-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8)

Where is System.ServiceModel.Web.dll?

How to serialize Dictionary<string, string> through WCF?

The content type application/xml;charset=utf-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8)

How to handle WCF exceptions (consolidated list with code)

Confused by Microsoft WebSockets namespaces

What am I missing about WCF?

Why isn't my custom WCF behavior extension element type being found?

What is difference between HTTP methods GET, POST, PUT and DELETE

Why doesn't my ChannelFactory see my endpoint configuration?

How to consume a WCF Web Service that uses custom username validation with a PHP page?

replace WCF built-in JavascriptSerializer with Newtonsoft Json.Net json serializer