You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Sumudu Chinthaka <cs...@gmail.com> on 2013/09/20 09:44:23 UTC

persist webservice object

Hi All

I have created a application that connects to a webservice through loading
WSDL, it works fine but webservice.load() takes long time and most of the
time application is not responsive to other events while the loading time

is there a way to persist webservice object, once it loads everything and
later reuse it without loading again when application restarts

Thanks
Sumuud