How to handle multiple responses from single web service call in Flex?
        Posted  
        
            by Karan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Karan
        
        
        
        Published on 2010-05-20T04:54:11Z
        Indexed on 
            2010/05/20
            5:00 UTC
        
        
        Read the original article
        Hit count: 326
        
I have a requirement where a web service call should be fired from the flex side and this web service is an async web service which would return more than one response.
In current Flex environment that I have worked in , when we call a webservice - we get a single response corresponding to that web service, but how take make a webservice call which should keep listening to multiple responses ??
© Stack Overflow or respective owner