Hello Matt,

if you want to send a Web form using the Restlet client, just proceed as 
follow:
1- create the form that will contain all key/value pairs:
        Form form = new Form();
        form.add("test", "value");
        form.add("test2", "value2");
2- then, generate the right Representation to send :
       Representation rep = form.getWebRepresentation();

Best regards,
Thierry Boileau

> Hello, 
>
> How do you set POST parameters in the body of the message?
>
> Thanks,
> Matt
>
> ------------------------------------------------------
> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2393357
>
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2393542

Reply via email to