POST can return a representation.  In a Resource say
getResponse().setEntity(yourRepresentation).  In a Restlet you'll have the
response object passed into the handle... methods -- same drill.

On Fri, Aug 1, 2008 at 6:03 PM, Travis T <[EMAIL PROTECTED]> wrote:

> The way which I see as the easiest to do this is to
> allow a post to a configuration test url (e.g. /configuration/test) with
> the
> configuration parameters that should be used for a test and then use the
> response to get the result of the test with the posted content.

Reply via email to