here is my client side WCF Config file : <configuration> <system.net> <defaultProxy enabled="true" useDefaultCredentials="…
c# wcf wcf-binding wcf-extensionsI defined a class in my project which overrides IDispatchMessageInspector and I added the configuration related but it's doesn't work …
c# .net wcf exception-handling wcf-extensionsI'm trying to catch regular exceptions from a WCF service in a Silverlight client application. For that I've included the …
wcf wcf-extensionsI am looking at implementing IDispatchMessageInpector & IClientMessageInpector to look at the message objects in AfterReceiveRequest and BeforeSendRequest Methods. My …
wcf wcf-extensionsI've been learning and building JSONP Web services using WCF on fx3.5. You can read some of the trials I …
.net wcf web-config jsonp wcf-extensionsSome context: We have a custom XSD and generate the WSDL and C# code using WSCF.blue. The client side …
c# wcf xmlserializer ierrorhandler wcf-extensions