[flexcoders] Problem reading XML returned from Webservice

2009-06-01 Thread Claudio M. E. Bastos Iorio
Hi, hope you guys can help me. I'm using Flex 3.3 + .NET Web Services. I get an XML like this one from my web service (simplified): ListFundsResponse xmlns='http://mydomainname.com/' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'

Re: [flexcoders] Problem reading XML returned from Webservice

2009-06-01 Thread Manish Jethani
On Tue, Jun 2, 2009 at 2:56 AM, Claudio M. E. Bastos Iorio selecter...@gmail.com wrote: I get an XML like this one from my web service (simplified): ListFundsResponse xmlns='http://mydomainname.com/' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'