Hi Fred,
can you redesign the workflow to avoid such long waiting times?

1) do the call that returns instantly
2) server is processing the task in the background
3) check for task status by polling (or server push as a more advanced option)
4) retrieve the result when ready

Cheers,

Tomislav


On 12.2.2015. 8:44, Fred Brunton wrote:
Hi,

I have a flex app in a browser.  I make Web Service Calls (soap) using the
code generated by Flash Builder's Data/Services wizard.

I have a user that wants to make calls that can take several minutes.  I
found in some browsers, the calls worked fine.  In other cases, the call
would not work.  When it doesn't work, I do not get a result or fault
message callback.  Since my app blocks user inputs during these calls, my
app gets hung.

I tried on various computers, various flash releases, and various browser
(IE, FF and Chrome), and sometimes it works and sometimes not.  I can't
even pinpoint where the problem might lie.

Any ideas would be greatly appreciated.

Cheers,
Fred



---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com

Reply via email to