you can chain your calls in your result functions in either your httpservice calls or using a framework like MATE
On Mon, Sep 8, 2008 at 1:29 PM, rupal_2381 <[EMAIL PROTECTED]> wrote: > I have a app which has multiple HTTPService calls where the service > calls are dependent on the result of previous service calls. Is it > possible that I can check the result of first service call before > invoking the second one. > > Regards, > > --- In [email protected], "Igor Costa" <[EMAIL PROTECTED]> wrote: >> >> Rupal >> The Flex CookBook could help you at here. >> > http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=7184 >> >> >> Regards >> Igor Costa >> www.igorcosta.org >> >> On Fri, Sep 5, 2008 at 7:02 PM, rupal_2381 <[EMAIL PROTECTED]> wrote: >> >> > Hi All, >> > >> > Is there any framework in place to make multiple HTTPService requests >> > synchronous. Also, does making "concurrency=last" helps? >> > >> > Regards, >> > >> > >> > >> >> >> >> -- >> ---------------------------- >> Igor Costa >> www.igorcosta.com >> www.igorcosta.org >> > >

