Is WCF platform independent?

前端 未结 4 594
天涯浪人
天涯浪人 2021-01-18 10:23

I just need to know if WCF is platform independent like Webservices? Can the functions in WCF be accessed by Java and Php?

Thanks

4条回答
  •  隐瞒了意图╮
    2021-01-18 11:08

    Yes, WCF is a superset of web services. It can do both platform independent as well as platform dependant communication. You just need to choose one of the wsXXX bindings.

    See here for a list of the bindings that WCF supports: http://msdn.microsoft.com/en-us/library/ms730879.aspx

提交回复
热议问题