On 11/24/06, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: > I agree completely, Paul. POX is clearly the significant alternative to > SOAP, and REST only has as much mindshare as it does because people > mistakenly consider any use of XML over HTTP as REST. AFAIK anything > that involves URLs with a bunch of parameters at the end is not REST > (because it's not identifying a particular resource, it's effectively > exposing a method call).
If you mean that one of the parameters is an operation, that is actually RESTful if you're only using GET. Mark.
