Hugo Ahlenius wrote:
Well, I think it would still be useful to learn how to get to the raw
request body (not parsed as form variables), which I assume you can from the
page contect - but my java skills don't reach that far. But this is more of
a general cf question, I think...

Doing a much-needed cleanup of my inbox this morning and came across this--you may have figured this out in the meantime, but a co-worker of mine was looking into all of this for REST web services and this is how he's accomplishing it:
http://bit.ly/zy1I3

Basically, you call getHttpRequestData(), and in that struct is a CONTENT key that contains the body of the request.

Hope that helps.

--
Matt Woodward
[email protected]
http://www.mattwoodward.com/blog

Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to