Hi. Having read the documentation and browsed the source of the sfRequest and sfWebRequest classes I can't detect any obvious way of extracting the entire Message Body of an HTTP request.
The obligatory "parameter methods" for handling tradional web forms etc are of course present. But how do you access the raw Message body as specified by w3 ( http://www.w3.org/Protocols/rfc2616/rfc2616- sec4.html#sec4.3). Working on an REST based XML API frontend to my business logic, getting the entire message body of PUT and POST HTTP requests is necessary. In such APIs the message body consists of complete XML documents, as I see it is is not good practice to "hide" the XML in a POST-like parameters foo=bar, where bar is the xml document. Anyone else got experience deplyoing RESTful XML services with symfony? I've only used symfoy for a couple of weeks, and maybe I've missed something here... All help is appreciated. Regards Rune Sørensen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---