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

