1
Reply

What is the difference between WCF and ASMX Web Services?

Vijay Kumar

Vijay Kumar

Sep 05, 2014
1.5k
0

    Simple 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, MSMQ, NamedPipes etc).

    Vijay Kumar
    September 05, 2014
    0