search for: unit_cost

Displaying 1 result from an estimated 1 matches for "unit_cost".

2006 Jan 20
1
XMLRPC::DateTime from AWS
...do not get converted to a valid DateTime value, but remain as XMLRPC::DateTime structures. So, say my webservice call is: @product = @aws.get_product(1) Then my @product object looks like this: name: My product last_updated: #<XMLRPC::DateTime:0x37c5338> description: This is my product. unit_cost: 110.0 So, all values come through, but my DateTime value looks like the above. It doesn''t seem to be converted. Incidentally, it all works well when I use SOAP. Any ideas anybody? Am I missing something, or is this a bug? P.S. I am using DateTime fields on a MySql database. -- Post...