Simply put, what is the difference between the WSDL and WADL specifications, as they relate to:
- Access Method
- Limitations
I still do not understand when to use one or the other.
Simply put, what is the difference between the WSDL and WADL specifications, as they relate to:
I still do not understand when to use one or the other.
They are used for different service implementations:
In general, frameworks for defining SOAP services are more powerful (and more complicated) than those that are used for HTTP services. If you already have a service and just want to describe it, you should use the appropriate description language (WSDL or WADL). If the service is still going to be developed, depending on the requirements you will choose one model or the other.
YMMV, but in recent years the trend has been towards implementing more pure HTTP services (mainly because they are easier to access by mobile devices) than SOAP services, but like almost everything in life, the right answer depends of your situation.