Our company as a best practice creates Web Services using a Contract-First approach.

The WSDL is defined before the implementation is considered.

Is it possible to use such an approach using REST? I was thinking of using an XSD however calls are not generally XML! So how do you specify the contract in a machine interpretable way?

link|improve this question

58% accept rate
See also the answers to the question stackoverflow.com/questions/4469422/…. – Spencer Mar 5 at 20:50
feedback

1 Answer

HEre you go, will this help you at all?

http://www.ibm.com/developerworks/webservices/library/ws-restwsdl/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.