Hi, I have following code:
<s:HTTPService id="check_file" result="saveSetting(event)" fault="noFile(event)" /> I use the following to call server check_file.send(); sometimes it takes long time to get call back from server. Any way to stop the server call. Thanks Mark

