Flex HTTPService giving timeout error as web service take more time to response. Due to large voueme Is there any work around to handle overcome the error
views:
507answers:
1
A:
You can try this property on the HTTPService:
http://livedocs.adobe.com/flex/3/langref/mx/rpc/http/mxml/HTTPService.html
requestTimeout property
requestTimeout:int
Provides access to the request timeout in seconds for sent messages. A value less than or equal to zero prevents request timeout.
Implementation
public function get requestTimeout():int
public function set requestTimeout(value:int):void
Glenn
2009-09-29 21:29:54