Type Coercion failed: cannot convert XMLList@106e9af1 to mx.collections.IList
问题 using code blew I am trying to parse the following soap response. <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:components="components.*" xmlns:hellos="services.hellos.*" height="957" creationComplete="initApp()" > <fx:Style source="Styles.css"/> <fx:Script> <![CDATA[ import mx.controls.Alert; private namespace invesbot = "http://Services.com"; use