wshttpbinding is only for .net clients?
问题 Is the wsHttpBinding only for .NET clients ? Because in wsHttpBinding default security is enabled, so data transferred with encryption. So how can non-.NET clients (like java or php ) consume such WCF services? 回答1: The default Message security for WsHttpBinding is set to "Windows", I believe. This may well be because this will make security work out of the box, at least for a WCF service and client. If you need to be interoperable, it's easy to change this though. You can set it to any one