WSDL stands for web service description language and is used to describe Web Service, so is it used to describe WCF also, and if yes than whether svcutil.exe is only tool used in WCF to describe data by WSDL. Also for WCF it is said that it works on Service oriented architecutre so ASP.net WebService also work on same or different architecutre.
WSDL stands for web service description language and is used to describe Web Service,
Share
The WSDL is used to help a consumer to understand how to to consume a web service. WCF is a technology that can be used to create and consume web services. WCF is one of may enabling technologies that can be used to implement an SOA. WCF is a newer, more flexible and configurable web service technology than ASMX.