Search code examples
web-servicesrestwsdl

What is the prefered method for a 'WSDL' for REST webservice?


I have build plenty of SOAP webservices, but am building a REST webservice for a specific project, and I was wondering what people used for a 'WSDL' for REST services or if it is even needed.


Solution

  • You can try Swagger(now OpenAPI) which allows to describe REST services using a JSON open standard.