[Seaside] Rest and POST method

Philippe Marschall philippe.marschall at gmail.com
Tue Apr 5 06:59:05 UTC 2011


2011/4/4 Olivier Auverlot <olivier.auverlot at gmail.com>:
> Philippe, thank for your response.
>
> ok, that works for the content type application/x-www-form-urlencoded but I
> need to receive xml data. With another content type like text/plain or
> text/xml, the data seems to be not parsed. postFields or rawBody are empty.

I would expect #postFields to be empty since it can't be parsed as
application/x-www-form-urlencoded or multipart/form-data. Which server
do you use in which version? Do you have dump of the request?

Cheers
Philippe


More information about the seaside mailing list