I wouldn't worry about the dupe post, we all have errant clicks now and again.
That said, I noticed that you haven't really gotten a response to your question. SOAP endpoints that define 10-15 methods don't provide a uniform interface, something that you'll want in an orthodox restafarian framework. You could use the restlet framework to loverload POST operations with a bunch of different methods, but it sounds like you already know that isn't the best strategy. But you may have a misunderstanding about how Restlet works if I'm reading your email correctly. You most certainly can define GET, POST, PUT and DELETE operations on a single resource. The trick is to work our what your resources are, and what methods need to be defined on them. In my experience, 90% of resources just need to implement GET, and the remainder some combination of all of them, but nearly every resource needs some form of GET implementation. Hope that helps, Matt On Jun 8, 2011, at 4:37 PM, Shaun Elliott wrote: > Please delete this post - I didn't mean to post twice. > > ------------------------------------------------------ > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2760544 ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2763695

