Do JSON / RESTful Web services have a schema equivalent to a wsdl?
If the answer is no, then how do two sides agree on a shared format?
If the answer is yes, are there any tools to auto generate JSON Java client/server from the schema?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
JSON has a schema. REST services have WADL.
Also there are tools like
wadl2java.