[flexcoders] Re: How to parse web services response doc containing namespace

2006-07-15 Thread kevntrace
Thanks Derek. I did read in the docs about declaring a namespace variable - indeed if you look at the code I posted, you will see I did exactly that with a variable named csw. I also tried referencing the namespace in different ways - using the variable, using wildcards etc. I still got noth

[flexcoders] How to parse web services response doc containing namespace

2006-07-13 Thread kevntrace
I am a complete newbie to Flex, ActionScript et al, so please forgive me if my questions appear simplistic. I've implemented, and got working, the sample app which invokes a web service and displays the Top 5 popular posts from a blog service. I now want to modify this app so it calls my own ho