Can an iOS app consume a WCF service using wsHttpBinding?
问题 I am building a WCF service now, that has a wsHttpBinding endpoint. The client for now is WPF. I would like to know if in the future, it would be possible to develop an iOS application that would be able to connect to my WCF service endpoint (it has to be wsHttpBinding, because I need security, reliability and ordered messaging). Thanks. 回答1: Usually not, but it depends how you configure the WSHttpBinding. If you use any kind of message level security almost surely you will not be able to