0 votes
in C Sharp by
What is the Difference between WCF and ASMX Web Services?

1 Answer

0 votes
by

A 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).

Related questions

0 votes
asked May 14, 2019 in Other by Robindeniel
0 votes
asked May 14, 2019 in Other by Robindeniel
...