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
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
request.raw_post ?
Fred
thank you Fred, request.request_parameters seems to work too