I have already read the posts link text and link text but these are covering the use case of building a REST service on the server and requiring a rapid client in order to test those services.
We have the opposite problem, we are building a web client that will communicate to the server via REST, but the decision has been taken to let the client drive the format of the services on the server, this means the client is being implemented first and the services on the server second.
I am trying to look for a tool which would allow me to very quickly knock up REST web services, which the client could then be tested against. Effectively mocking the server.
Does anyone know of such a tool?