3

How do I implement the WS addressing using WCF?

Ricardo Altamirano
  • 14,650
  • 21
  • 72
  • 105

2 Answers2

1

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?

Martin
  • 5,392
  • 30
  • 39
0

You can try adding the following instruction in your binding

<textMessageEncoding messageVersion="Soap11WSAddressing10"/>