> Also with http 303 it
> provides a way to bind the idempotent result of a non-idempotent
> action (perhaps this isn't as important to everyone else as it is to
> me but it recently proved useful to me and I think I will be using it
> a lot in the future)
>
The above was poorly phrased but you get the point. That if you do a
post to http://example.org/myservice I can say the following is the
result of your post http://services.example.org/responses/1234556667
which you can safely GET.
Cheers,
Bryan Rasmussen