I just need to know if WCF is platform independent like Webservices? Can the functions in WCF be accessed by Java and Php?
Thanks
Windows Communication Foundation (WCF) provides a new TCP-based network protocol (net. tcp://) for high-performance communication.
Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service endpoint can be part of a continuously available service hosted by IIS, or it can be a service hosted in an application.
As long as the Windows operating system continues to include . NET Framework, WCF will continue to function.
The WCF service main components for creating and consuming the service are Address, Binding, and Contracts. It is also called as endpoints.
For developing a WCF service application, there are mainly two tools – Microsoft Visual Studio and CodePlex.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With