Posts
  • akshar

    WCF MessageID missing in void reply

    • 0 Comments
    In WCF, if a contract operation has a void return and is not one way, there is no message ID attached to the reply. I didn't check this up with all bindings but it does happen with basicHttp and wsHttp bindings atleast. ( http://www.w3.org/TR/2006/REC...
  • akshar

    Promoting a WCF message header to BizTalk message context using WCF Adapter

    • 0 Comments
    Sometimes there may arise a need where some of the custom headers that are specified in the WCF message are needed for routing purposes in BizTalk. Lets take an example, Say the client sends a message with a custom header which specifies the node in a...
  • akshar

    WCF Null binding

    • 1 Comments
    I was testing some of my WCF code when I came up with this idea of using a 'Null binding'. Essentially, When you create a WCF service today, you also need a client which can send you message to get your service operations kicked off. The same is the case...
Page 1 of 1 (3 items)