RE: [flexcoders] Re: Examining web service results structure

2007-01-03 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ben Marchbanks Sent: Tuesday, January 02, 2007 10:55 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Examining web service results structure Thanks Tracy - I had actually hacked through to arrive

RE: [flexcoders] Re: Examining web service results structure

2007-01-03 Thread Tracy Spratt
: [flexcoders] Re: Examining web service results structure Okay finally nailed it myArrayCollection.source = ArrayUtil.toArray(event.result.record); Hopefully tomorrow's success will come much easier ! Ben Marchbanks ::: alQemy ::: transforming information into intelligence

Re: [flexcoders] Re: Examining web service results structure

2007-01-02 Thread Ben Marchbanks
t; > trace( XML(oEvent.result).toXMLString() ) > > > > Tracy > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of fgwenger > Sent: Tuesday, January 02, 2007 5:46 PM > To: flexcod

Re: [flexcoders] Re: Examining web service results structure

2007-01-02 Thread Ben Marchbanks
t; trace(ObjectUtil.toString(oEvent.result)) > > > > if you are using e4x xml, then try: > > trace( XML(oEvent.result).toXMLString() ) > > > > Tracy > > > > > > From: flexcoders@yahoogroups.com [mailto:[E

RE: [flexcoders] Re: Examining web service results structure

2007-01-02 Thread Tracy Spratt
s] Re: Examining web service results structure I'm not sure what e4x is. Here is my webservice declaration. It returns a query from a ColdFusion web service (Flex=ArrayCollection, I think). http://imd9.state.or.us/ex/bcd/loisflex/lois.cfc?WSDL <http://imd9.state.or.us/ex/bcd/loisflex/

[flexcoders] Re: Examining web service results structure

2007-01-02 Thread fgwenger
I'm not sure what e4x is. Here is my webservice declaration. It returns a query from a ColdFusion web service (Flex=ArrayCollection, I think). http://imd9.state.or.us/ex/bcd/loisflex/lois.cfc?WSDL"; useProxy="false" showBusyCursor="true" > 0