WCF: Is using WsHttpBinding interoperable?
问题 As the name states... right now I'm using BasicHttpBinding, but I'm wondering if I can switch to WSHttpBinding and still be interoperable with, for example, Java. 回答1: wsHttpBinding and the newer ws2007HttpBinding both implement WS-* standards. You may have to configure the details so that they interoperate with your specific clients. 回答2: WSHttpBinding offers a lot of interoperable features but in the same time it by default uses message security with Windows authentication, service