Imaya's Blog

Windows Communication Foundation and more...

September, 2008

Posts
  • Imaya's Blog

    Using Custom SOAP Headers

    • 0 Comments
    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...
  • Imaya's Blog

    WCF – 2 Way SSL Security using Certificates

    • 41 Comments
    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 1 of 1 (2 items)