RE: [flexcoders] ResultEvent from HttpService not parsing xml

2010-04-22 Thread Tracy Spratt
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Raymond Brown Sent: Thursday, April 22, 2010 8:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] ResultEvent from HttpService not parsing xml I have an xml doc: Bob I have a Httpservice tage with url

[flexcoders] ResultEvent from HttpService not parsing xml

2010-04-22 Thread Raymond Brown
I have an xml doc: Bob I have a Httpservice tage with url, resulthandler, faulthandler and resultformat="e4x". In my resulthandler, I have this: var ourXML:XML = event.result as XML; var name:String = ourXML.one.two.name; var x:int = 0; Here is the problem, I put a break point on the