I'm new to flex - just learning things. I have coldfusion cfcs that the
flex app communicates with.Originally I was using webservice in flex and
the cfc was returning a query and all the columns of the data was coming
into the flex app as strings.I have just implemented the same cfc
(modified) so that it is returning an object and using remoteobject in
flex with the same class on the client and the data is coming down
strongly typed (string, date, number, etc). That's good!with the
webservice, i...