Try setting the request timeout to zero.

Also, what is the actual fault that is returned? Add the following to your 
fault handler to find out...

Alert.show(fault.fault.faultString, fault.fault.faultCode.toString());

--- In flexcoders@yahoogroups.com, "pirvulescu_adrian" <pirvulescu_adrian@...> 
wrote:
>
> 
> 
> --- In flexcoders@yahoogroups.com, "andrewwestberg" <andrewwestberg@> wrote:
> >
> > In my flex app, I keep getting a webservice fault after 30 seconds.
> > I've set the requestTimeout property higher, but it doesn't seem to
> > have an effect.  It only happens on a long-running webservice call
> > that will most likely always take longer than 30 seconds.
> > 
> > Is there some timeout happening on the server-side in Tomcat, or maybe
> > in the lower-level HTTP request from flex? How can I debug this?
> > 
> > Thanks,
> > -Andrew
> >
> 
> 
> Any news on this... :)
>


Reply via email to