NetTcpBinding is used for WCF to WCF communication. But could it also be used for communication with non-WCF clients? Namely, it does use several of WS-* protocols, so is there a particular reason why it wouldn’t be able to communicate with non-WCF clients?
thank you
NetTcpBindingis not interoperable. It will only work with other WCF clients. Have a look at this article for more information.