Pretty new to WCF
I was browsing through various WCF Terminologies
and seems stuck understanding this.
WSDL
is used to describe the web service.
Currently, only SOAP
based web services seems to have an associated WSDL
while REST
based services doesn't seem too.
Why?
Is it possible to generate WSDL
for REST
too?
Or are there any third party programs to do it ?