Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wcf

Why do I see "HTTP Error 400. The request hostname is invalid." when connected to a wcf service

c# wcf wsdl

WCF JSON POST request, single string parameter not binding and returning 400

c# .net json wcf rest

Why are most DataContract's DataMembers I see on coding websites not written using automatic properties?

c# wcf design-patterns

Configuration binding extension could not be found

Adding basic HTTP auth to a WCF REST service

wcf http authentication

Is WCF Duplex a good choice?

wcf duplex

Mark deprecated fields in WCF contract

c# wcf deprecated datacontract

Can I control WCF Tracing programmatically?

.net wcf trace

How to use Custom Serialization or Deserialization in WCF to force a new instance on every property of a datacontact ?

Parsing cookies

c# wcf cookies

.NET WCF faults generating incorrect SOAP 1.1 faultcode values

.net wcf web-services soap

WCF Best Practice for "Overloaded" methods

.net wcf service

Android app connecting to a webservice - not working

c# java android wcf

Get the URI from the default web proxy

c# wcf .net-3.5 proxy

WCF/WebService: Interoperable exception handling

WCF have exception pass to the client

wcf exception

Multithreaded Singleton WCF Service

wcf

Remove ActivityId from WCF Request

wcf web-services interop

Could not find default endpoint element that references contract 'IAuthenticationService' in the ServiceModel client configuration section

c# wcf error-handling

How do I get accurate Exception stack in WCF Task-based Operation

c# wcf