커뮤니티
WebSC Q/A
제목:    What is the difference between WCF and ASMX Web Services?
  486   John Lorenzo Bautista
From the lecture 4 on page 6, I saw ASMX. I know they are basically the same in the matter that it uses a SOAP service. So what is the basic difference between WCF and ASMX(or ASP.net)?
 
John Lorenzo BautistaSimple and basic difference is that ASMX or ASP.NET web service is designed to send and receive messages using SOAP over HTTP only. While WCF can exchange messages using any format (SOAP is default) over any transport protocol (HTTP, TCP/IP)

For more information about this matter, please check this tutorial about WCF and ASMX: http://www.topwcftutorials.net/2012/06/wcf-vs-asmx-web-services.html
2014-03-27 15:16+