How to implement the WS Addressing using WCF ?

Thanks in Advance Sekar

link|improve this question
feedback

2 Answers

WCF automatically inserts appropriate WS-Addressing headers into messages created with the wsHttpBinding, and probably with some other bindings too.

Did you mean that you want to exert some control over those headers?

link|improve this answer
feedback

You can try adding the following instruction in your binding

<textMessageEncoding messageVersion="Soap11WSAddressing10"/>
link|improve this answer
feedback

Your Answer

 
or
required, but never shown