RE: [flexcoders] problem in parsing xml return by HTTPservice, could it be namespace issue

2007-01-03 Thread Tracy Spratt
xml return by HTTPservice, could it be namespace issue You try what I used to solve the same kind of problem event.result.record[0].myFieldName where my XML looks something like this myValue Thanks to Tracy Spratt for revealing access to the XML more directly via event.result

Re: [flexcoders] problem in parsing xml return by HTTPservice, could it be namespace issue

2007-01-03 Thread Ben Marchbanks
You try what I used to solve the same kind of problem event.result.record[0].myFieldName where my XML looks something like this myValue Thanks to Tracy Spratt for revealing access to the XML more directly via event.result ! Shailesh Mangal wrote: > Hi all, > >Here is th

[flexcoders] problem in parsing xml return by HTTPservice, could it be namespace issue

2007-01-03 Thread Shailesh Mangal
Hi all, Here is the xml I get back from my HTTPService call http://response.coveragemap";> 0 Success SanFrancisco_CA but when I try to use .. operator for marketValue node, I get null object back. Any suggestions. I tried "use namespace" also, didnt help. HTTPService Call public fun