Not yet, though I saw a reference to that in my Googling. I think I'm just going to hold my nose gently and make static factory methods that take an XML argument. I've been experimenting with the XML-backed idea and that's not too bad either.
Harder to switch between XML and AMF I guess, but KISS applies too. Unless there's a good library out there yet to be revealed. On Fri, Aug 15, 2008 at 5:03 PM, Tracy Spratt <[EMAIL PROTECTED]> wrote: > Have you looked at the Flex 3 functionality that reads the webservice > wsdl and generates code for strongly typed access? > > > > It was way too complicated for my needs but might help answer your > questions. > > Tracy > > > ------------------------------ > > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Richard Rodseth > *Sent:* Friday, August 15, 2008 5:12 PM > *To:* [email protected] > *Subject:* [flexcoders] XML Decoding > > > > What's the latest and greatest on XML Decoding? > > Reading the blogs and docs, it looks as though SimpleXMLDecoder + > ObjectTranslator is one approach, but seems to rely on (deprecated?) > XMLDocument and is not schema-aware. > > I've also considered defining some interfaces and providing XML-backed > implementations that would point back to the nodes in the original DOM, > perhaps with binding support and caching of the typed objects. But I think > I'd just prefer a nice clean way to convert the whole structure to typed > objects, and then throw the XML away. > > Any recommendations? > > >

