<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; E.g., if I have a resource that accepts GET, POST, PUT and DELETE,<br>&gt; the form is probably only going to tickle one of those methods...
<br>&gt; You could put together a set of forms that covered all of the<br>&gt; 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 &quot;high-rest&quot;. But, I also already said, that I consider &quot;low-rest&quot; to be service-oriented and &quot;high-rest&quot; resource oriented. Consequently, a service model may look like:
<br><br>- PUT -&gt; deploy a service<br>- GET -&gt; describe the service (using the mechanisms brainstormed about here)<br>- POST -&gt; execute<br>- DELETE -&gt; undeploy<br><br>If you want to include &quot;high-rest&quot; 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>&nbsp;</div><br></div>