Difference between wcf and Web services
* Wcf services can be hosted in multiple protocols like http,tcp etc. Whereas web services can be hosted only on http protocol.
*Two different wcf services can be called in a transaction whereas we can't call two different web services in one transaction .
Comments
Post a Comment