Hi,
I've been O'Reilly's RESTful web services this weekend and I can't seem to find an explanation of when a client would want to kick of a business process in a server.
For example, I want to kick off administrative jobs on a given host in an enterprise, so which verb in HTTP would this fall under?
I'm thinking it would be a POST(p) (Overloaded POST) where I construct an XML request in the HTTP request body that says "Run job X for system Y with parameter Z.".
Can anyone confirm that this still conforms to REST?
Thanks, Martin