Displaying 1 result from an estimated 1 matches for "namestuff".
Did you mean:
gamestuff
2010 Oct 31
1
Rails application Webservices
hi all,
I have a rails application at http://electric-sky-98.heroku.com/products
require ''net/http''
require ''uri''
res = Net::HTTP.get_response(URI.parse(''http://electric-
sky-98.heroku.com/products.xml''))
puts res.body
the above code gave me the xml file below:
<?xml version="1.0"