A third party company has written a set of ReST service. I've got all the code working, but in hindsight, to remove some of the leg work, I thought someone might know of a code generator that connects to the ReST service and works out what request and response objects need to be created and generate the code for those. I had a look on google, but didn't see anything suitable (maybe it's called something else).
I'm looking for functionality similar to adding a Web Reference in Visual studio, where it generates the proxy and the objects it requires for you.
The ReST service is written in Java, so I can't use any of the nice WCF stuff.