RE: [flexcoders] Doesn't a Web Service return XML? Confused

2005-03-12 Thread Matt Chotin
  Matt   From: dduuggllaa [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 20053:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Doesn't a Web Service return XML? Confused   I implemented the Google WebService in Flex.Works fine. I now want to snoop i

Re: [flexcoders] Doesn't a Web Service return XML? Confused

2005-03-11 Thread Spike
From the wsdl it looks like the result comes back as a complex type called GoogleSearchResult. I expect Flex is turning that into an ActionScript object... Try using this as the output: The estimateIsExact key should be in the top level of the result if my guess is correct. If so, you should