tags:

views:

507

answers:

1

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

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