Thanks Ben for the resultFormat tip. 
lastResult is still throwing an error so I will go with 
using 'result'for the moment.

Cheers
Wayne

--- In flexcoders@yahoogroups.com, "ben.clinkinbeard" 
<[EMAIL PROTECTED]> wrote:
>
> The lastResult vs. result thing is a property of the WS operation 
you
> call, not the ResultEvent object that is sent to your result 
handler.
> I believe the most common place you would use this would be when 
you
> want to bind part of the returned data to something.
> 
> myWebService.myWsMethod.lastResult
> 
> resultFormat is a property of the AbstractOperation when calling a 
WS
> from AS. For some reason it is not recognized by code completion or
> listed in the docs, but I was told this by an Adobe engineer and it
> does work.
> 
> myWebService['myWsMethod'].resultFormat = "e4x";
> 
> Hope this helps,
> Ben
>






------------------------ Yahoo! Groups Sponsor --------------------~--> 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
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 the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to