Welcome to MSDN Blogs Sign in | Join | Help

September 2008 - Posts

Using Custom SOAP Headers

Here is a simple way of adding custom SOAP Headers on an outgoing request. Write a Data class as shown below: [DataContract(Namespace = “http://personalspace.org ”, Name ="CustomHeader")] public class CustomHeader { private string
Posted by imayak | 0 Comments

WCF – 2 Way SSL Security using Certificates

I had to work extensively in this topic, and had to go through hundreds of blogs and articles to finally make it work. It’s actually pretty simple but for someone who is new to WCF, it might give a few sleepless nights and some terrible days. This
 
Page view tracker