Hi, In my application I have to receive a xml as a form parameter in the http request from a third party. And then this xml needs to be parsed using their sdk. Now the problem is that they don''t have a ruby sdk. So the only choice I have is to receive the xml in RoR, and pass this to java apis using JRuby and do the rest of the processing from the output that I get from java. Now the problem is that I am a newbie in RoR and need help in getting the xml out of the http post request and passing it to java using JRuby. Any help and pointers are really appreciated . Thanks. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---