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

2006-09-02 Thread James Ward
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I just ran into this problem too. And unfortunately this post was quite a while ago and I can't seem to find an answer... But I did find a workaround. It's not pretty and it seems there should be a better way. But until the better way is found,

[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

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

2006-07-14 Thread Derek Adams
I have been successful in doing that by declaring the namespace as a local variable in ActionScript, then using it in the e4x query. For instance: private var aps:Namespace = new Namespace (http://cadtel.com/APWebService;); model.currentOrderPaths =

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

2006-07-13 Thread ben.clinkinbeard
Tracy, can you post a more complete example? I would be very interested in something that does what you explained but am not totally sure I understand your description. Thanks, Ben --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: I just discovered something that might