If you're hooked into the result handler of the web service, you should
be able to say: event.result. Or you also have the option to it directly
through the bound instance using : serviceName.operationName.lastResult.

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of wayne_badu_johnson
Sent: Monday, January 29, 2007 6:38 PM
To: [email protected]
Subject: [flexcoders] Re: Result from webservice?

 

Hi Sanjay

Try using: 
trace(ObjectUtil.toString(result));

Cheers
Wayne

--- In [email protected] <mailto:flexcoders%40yahoogroups.com>
, "sanjaypmg" <[EMAIL PROTECTED]> wrote:
>
> Hi,
> 
> I am using webservices to get data.
> 
> I have made a simple webservice in Java which returns a 
simple "Hello 
> world" and called it in flex in return I am not getting it by 
using 
> result.target.toString();
> 
> I can display the result by using messaging as an XML Item.
> 
> Please tell me is there any alternate or simple way to show the 
return 
> value?
> 
> Thanks,
> Sanjay
>

 

Reply via email to