vote up 0 vote down star

How to create Net.TCP WCF binding for\using SOAP 1.1? Is it posible?

If yes. What do I need?

  • MSDN if there is any help on this.
  • Open Source Libs/wrappers.
  • Tutorials and blog articles on How to do it.


If no: I need know where did you get the information from (link to MSDN or other official WCF information resource).

flag

You are asking how to create WCF service? – Svetlozar Angelov Nov 7 at 8:51
1  
I don't see how you can do that; you can create a "custombinding" but you can only set the "messageVersion" to "Soap11" on a "TextEncoding" element, and that kinda defeats the whole point of using netTcp (which uses much more efficient binary encoding). – marc_s Nov 7 at 10:01

1 Answer

vote up 0 vote down check
  • SOAP is an XML format.
  • Net tcpbinding is a binary format.

They are two different things.

What you can do is to expose a service with 2 endpoints, one SOAP and one binary.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.