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
You can try Swagger(now OpenAPI) which allows to describe REST services using a JSON open standard.