Re: [flexcoders] CALL MULTIPLE WEB SERVICES AT ONE EVENT ONLY

2007-05-30 Thread Ian M. Jones
Hi Kanu,

You're correct, you need to create a handler for the result event of the
first webservice, and in there call the second service.

See "Handling asynchronous calls to services" in the developer guide:
http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/js/html/wwhelp.htm?href=Part2_DevApps_048_1.html

-- 
Ian M. Jones

IMiJ Software
http://www.imijsoft.com
http://www.ianmjones.net (blog)

On Wed, May 30, 2007 08:37, kanu kukreja wrote:
> After successful completion of one web service, i'm calling another web
> service, but its showing 2 results one is the same result as first service
> and  another one is the result for original one i need.
>
>   i think this is an issue of threading, i must wait before calling
> another service till then i'll get the complete result from 1st service.
>
>
>
> Best Regards
>   Kanu Kukreja
>
>
> -
> Building a website is a piece of cake.
> Yahoo! Small Business gives you all the tools to get online.




[flexcoders] CALL MULTIPLE WEB SERVICES AT ONE EVENT ONLY

2007-05-30 Thread kanu kukreja
After successful completion of one web service, i'm calling another web 
service, but its showing 2 results one is the same result as first service and  
another one is the result for original one i need.
   
  i think this is an issue of threading, i must wait before calling another 
service till then i'll get the complete result from 1st service.



Best Regards
  Kanu Kukreja

   
-
Building a website is a piece of cake. 
Yahoo! Small Business gives you all the tools to get online.