Hi, Zee. Thanks for the link to your article, it helped. Here is where I
am at.I have a simple web service that returns XML. The web servicewas
returning an ASP .Net XmlDocument, but that gave me an error inFlex on
the return. It looks like Flex didn't know how to deal withthat,
complaining about the type. I changed the web service resultto String. I
added a listener like your example shows, where I takethe string, cast
it to XML and store it in a private variable. Mymx:Binding statements
then u...