I'm pretty sure that you can override that from the service side. It's definitely worth looking into.
I've got to ask, but what are you trying to process that would take longer than 30 seconds? Have you thought about splitting the call up and dealing with it as a queue or other method that's more manageable? !k _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Cameron Childress Sent: Monday, April 28, 2008 12:54 PM To: [email protected] Subject: [flexcoders] Re: Long running remoting request: Channel.Call.Failed FYI - I found my answer. Looks like the requesttimeout property of certain service calls in AIR is broken. https://bugs. <https://bugs.adobe.com/jira/browse/SDK-15403> adobe.com/jira/browse/SDK-15403 -Cameron On Mon, Apr 28, 2008 at 12:10 PM, Cameron Childress <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> com> wrote: Anyone? I also tried setting my requestTimeout="0" on the RemoteObject, but it's still failing after about 30 seconds. I just need my RemoteObject call to stay open for 120 seconds, but it refuses to. Bueller? Am I asking the wrong question here? -Cameron On Sun, Apr 27, 2008 at 11:42 PM, Cameron Childress <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> com> wrote: I have a particularly long running remoting request that Flex is giving up on before it has a chance to answer. The error thrown is "Channel.Call.Failed - NetConnection.Call.Failed: HTTP: Failed". I have tried upping the requestTimeout on my RemoteObject definition, but it doesn't seem to be having the desired effect. I'm using Cairngorm if that matters. I just need Flex to wait 120 seconds or so for a reply before giving up. Any advice would be welcome. -Cameron -- Cameron Childress Sumo Consulting Inc http://www.sumoc. <http://www.sumoc.com> com --- cell: 678.637.5072 aim: cameroncf email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> com -- Cameron Childress Sumo Consulting Inc http://www.sumoc. <http://www.sumoc.com> com --- cell: 678.637.5072 aim: cameroncf email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> com -- Cameron Childress Sumo Consulting Inc http://www.sumoc. <http://www.sumoc.com> com --- cell: 678.637.5072 aim: cameroncf email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> com

