In WCF, what are the bindings which support multi-platform systems communication ?
I need to know which bindings support .NET and Unix and Mac and Java.
Does the fact that I’m using WCF mandate that the other side be .NET?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
basicHttpBindingandwsHttpBindingand the related bindings all are based entirely on industry standards so should interoperate.Any of the
net*bindings are obviously not interoperable.You do not need both sides to be .NET.