How can I identify a web service supports rest behavior or not? And if a service supports Rest then would that service expose any descriptor(e.g WADL) through which I can get method name, method parameters and method type (e.g. Get, put, post...)?
WSDL 2.0 supports Rest but currently no web service supporting it.
Thanks, Asif