Question 1. where are we using WCF ,despite of Web service have the mechanism SOAP Envelope to use HTTP?
Reader
Anurag Rai
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Keyur PatelPosted Jan 15, 2014, 7:51 AM
What exactly requirement you have because WCF is support different type of Messaging protocols. If your existing apps developed in webservice than you can use basicHttpBinding to support soap 1.1 version.
There are around 9 types of binding available in WCF. Windows Communication Foundation (WCF) is a framework for building service-oriented applications.
Please read following article to know what is WCF
http://www.c-sharpcorner.com/1/192/
Please read following article to know difference between Webservice and WCF.
http://www.c-sharpcorner.com/uploadfile/c85c01/what-are-the-difference-between-wcf-and-web-services/