<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> E.g., if I have a resource that accepts GET, POST, PUT and DELETE,<br>> the form is probably only going to tickle one of those methods...
<br>> You could put together a set of forms that covered all of the<br>> ground, of course, but for some tasks, that's pretty clunky.<br><br>You're right, a given form will only cover one of the verbs. Of<br>course, but going this route we're talking about low-rest (or two-
<br>verb rest), so PUT and DELETE are already out of consideration. As<br>for the other verbs, it would certainly be neccessary to have a<br>collection of forms to completely document an interface.<br><br>Is it clunky? yeah, probably. Just throwing out ideas here, though.
</blockquote><div><br>I certainly agree, that this will not cover "high-rest". But, I also already said, that I consider "low-rest" to be service-oriented and "high-rest" resource oriented. Consequently, a service model may look like:
<br><br>- PUT -> deploy a service<br>- GET -> describe the service (using the mechanisms brainstormed about here)<br>- POST -> execute<br>- DELETE -> undeploy<br><br>If you want to include "high-rest" you probably need something completely different. I am just trying to find the equivalent of the standard soa model proclaimed by ws-* people and also, if this is viable or not.
<br><br>Also note, that this approach takes care of the directory aspect (no uddi required, just a sitemap and/or search engine).<br> </div><br></div>