WS* and bindings in WCF
Hello.
I have a question regarding WS*.
There are at least 9 pre-bindings prepared in WCF and there's custom binding.
How can I tell by looking at the code or config file if I'm conforming to WS* or not.
For example, I'd like to use WS-Addressing when communicating with Java client.
How can I specify I'm using WS-Addressing, or how can I tell if I'm using WS-Addressing or not.
Others stuff I would like to do include WS-ReliableMessaging, how can I specify that I'm using WS* thing?
I think this has to do more with the knowledge of WS" specs but I didn't have anywhere else to ask for help.
If anyone can help me out on this matter, that would be greatly appreciated.
Thanks.

