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.

[752 byte] By [kawano1h] at [2007-12-23]
# 1
There is quite a thorough description of which binding uses which WS-* standard in the SDK docs.

In addition you may want to look at Nicholas Allen's blog entry on inspecting bindings via code:
-BindingInspector Source Code

Finally, there is a good page talking about when to use which binding (covering more than 'just' interop):
-Choosing a Transport

Cheers,

ChristianWeyer at 2007-8-30 > top of Msdn Tech,Visual Studio Orcas,Windows Communication Foundation (Indigo)...
# 2

Thanks for your reply.

That really helped me a lot.

Maybe I should start another thread but I have another question.

If I was using custom binding, how can I specify, for example, I'm using WS-Addressing, and also SOAP 1.1 and not 1.2?

I realized that windows sdk for custom binding is yet to be filled in. So if you know where I can find good material for custom binding, that would be a great help.

Thanks.

kawano1h at 2007-8-30 > top of Msdn Tech,Visual Studio Orcas,Windows Communication Foundation (Indigo)...
# 3
Yeah, please start a new thread. I will then go on and paste samples... looks like the docs in still in the making...

Cheers,

ChristianWeyer at 2007-8-30 > top of Msdn Tech,Visual Studio Orcas,Windows Communication Foundation (Indigo)...

Visual Studio Orcas

Site Classified