Displaying 1 result from an estimated 1 matches for "30t01".
Did you mean:
3001
2010 Oct 31
1
Rails application Webservices
...xml''))
puts res.body
the above code gave me the xml file below:
<?xml version="1.0" encoding="UTF-8"?>
<products type="array">
<product>
<brand>Tubers</brand>
<created-at type="datetime">2010-10-30T01:35:48Z</created-at>
<id type="integer">1</id>
<name>Yam</name>
<price>£ 30</price>
<quantity>100 tubers</quantity>
<sku>WDW332</sku>
<updated-at type="datetime">2010-10-30T01...