RE: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml

2006-08-23 Thread Peter Watson
returnType=xml Bump?? Darren From: Darren Houle [EMAIL PROTECTED]com Reply-To: [EMAIL PROTECTED]ups.com To: [EMAIL PROTECTED]ups.com Subject: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml Date: Fri, 18 Aug 2006 23:08:44 -0400 I have a ColdFusion Component (web

RE: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml

2006-08-23 Thread Peter Watson
when CFC returnType=xml Bump?? Darren From: Darren Houle [EMAIL PROTECTED]com Reply-To: [EMAIL PROTECTED]ups.com To: [EMAIL PROTECTED]ups.com Subject: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml Date: Fri, 18 Aug 2006 23:08:44 -0400 I have a ColdFusion Component

RE: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml

2006-08-23 Thread Darren Houle
couldn't get that to work either. Darren From: Peter Watson [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml Date: Wed, 23 Aug 2006 07:29:48 -0700 Darren, If your XML

RE: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml

2006-08-23 Thread Tracy Spratt
@yahoogroups.com Subject: RE: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml Peter, Thanks! But I'm not using the results in a Tree or Grid, which seem to have some magical parsing happening inside for you. I just want to do something as simple as pulling a node

RE: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml

2006-08-23 Thread Darren Houle
@yahoogroups.com To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml Date: Wed, 23 Aug 2006 21:06:57 -0400 Darren, You are using a tree according to the example in your post. Or have you changed your question? At any rate, binding is very

Re: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml

2006-08-23 Thread Douglas Knudsen
what about dataProvider={TestService.getEmployees.lastResult.person} ?DKOn 8/18/06, Darren Houle [EMAIL PROTECTED] wrote:I have a ColdFusion Component (web service) that looks like... cffunction name=getEmployees access=remote output=falsereturntype=xmlcfxml variable=myxmlpeopleperson

RE: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml

2006-08-21 Thread Darren Houle
Bump?? Darren From: Darren Houle [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml Date: Fri, 18 Aug 2006 23:08:44 -0400 I have a ColdFusion Component (web service

RE: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml

2006-08-21 Thread Amy
PROTECTED]ups.comSubject: [flexcoders] How to cast a WebService lastResult when CFC returnType="xml"Date: Fri, 18 Aug 2006 23:08:44 -0400I have a ColdFusion Component (web service) that looks like...cffunction name="getEmployees" access="remote" output="false"ret

[flexcoders] How to cast a WebService lastResult when CFC returnType=xml

2006-08-18 Thread Darren Houle
Oops... I meant to include this attachment with my previous question. Darren -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on

[flexcoders] How to cast a WebService lastResult when CFC returnType=xml

2006-08-18 Thread Darren Houle
I have a ColdFusion Component (web service) that looks like... cffunction name=getEmployees access=remote output=false returntype=xml cfxml variable=myxml people person firstnameJohn/firstname lastnameSmith/lastname job