Is WCF platform independent?

前端 未结 4 703
天涯浪人
天涯浪人 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:13

    Yes sure - WCF itself will run on Windows only - but the services it provides can be accessed from any other language / tool.

    And using WCF as a client, you can also access any other tool's services, e.g. you can access a webservice written in PHP, Java, etc.

    That's the whole point of SOA! :-)

    Marc

提交回复
热议问题