Transfert xml strings

Hi,
I have a webservice which communicate in xml. i send xml strings to
rails and they are available in my controller in params variable as
hash. how can i have directly the xml string? without transform from
hash to xml.

regards

On Jun 5, 12:43 pm, jney [email protected] wrote:

Hi,
I have a webservice which communicate in xml. i send xml strings to
rails and they are available in my controller in params variable as
hash. how can i have directly the xml string? without transform from
hash to xml.

request.raw_post ?

Fred

thank you Fred, request.request_parameters seems to work too

On Jun 5, 1:49 pm, Frederick C. [email protected]