Hi Girish, mx.rpc.http.mxml.HTTPService inherits from mx.rpc.http.HTTPService. So basically mx.rpc.http.mxml.HTTPService has everything that mx.rpc.http.HTTPService has. But apart from that, it can also handle concurrency. This means if concurrency is set to multiple, you can send multiple asychronous requests using the same object. But the flipside of this is that while handling the results, you have to be careful about which request is the data pertaining to...
Regards, Venkat On Mon, Sep 29, 2008 at 6:57 PM, girish kumar <[EMAIL PROTECTED]> wrote: > hi > > Tell whats the difference between mx.rpc.http.HTTPService and > mx.rpc.http.mxml.HTTPService . > whats the difference and when each has to be used.. > > > thanks.... > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

