<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: URLResultEvent returns Fault because of timeout in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/urlresultevent-returns-fault-because-of-timeout/m-p/189586#M4419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using a HttpService or a QueryTask? By default, the Flex SDK and the ArcGIS Flex API don't timeout unless the browser itself times out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/rpc/http/HTTPService.html#requestTimeout"&gt;http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/rpc/http/HTTPService.html#requestTimeout&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/BaseTask.html#requestTimeout"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/BaseTask.html#requestTimeout&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Feb 2011 18:38:06 GMT</pubDate>
    <dc:creator>DasaPaddock</dc:creator>
    <dc:date>2011-02-09T18:38:06Z</dc:date>
    <item>
      <title>URLResultEvent returns Fault because of timeout</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/urlresultevent-returns-fault-because-of-timeout/m-p/189585#M4418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm calling a web service from a Flex Viewer widget that times out and returns a FaultEvent the first two times the widget is accessed in the morning.&amp;nbsp; I have a batch file that runs in the task manager every 15 minutes that stops and starts the map services for this ArcGIS Server with the AGISSOM.exe utility.&amp;nbsp; This problem only occurs on our Internet server working through a Reverse Proxy; &lt;/SPAN&gt;&lt;A href="http://gis.ventura.org/CountyView"&gt;http://gis.ventura.org/CountyView&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; The ParcelReport (last icon in the header) web service works fine on our Intranet server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Guessing that I need to extend a timeout value for URLResultEvent...does anyone know how to do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a bunch,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Michele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 17:01:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/urlresultevent-returns-fault-because-of-timeout/m-p/189585#M4418</guid>
      <dc:creator>MicheleDunham</dc:creator>
      <dc:date>2011-02-09T17:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: URLResultEvent returns Fault because of timeout</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/urlresultevent-returns-fault-because-of-timeout/m-p/189586#M4419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using a HttpService or a QueryTask? By default, the Flex SDK and the ArcGIS Flex API don't timeout unless the browser itself times out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/rpc/http/HTTPService.html#requestTimeout"&gt;http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/rpc/http/HTTPService.html#requestTimeout&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/BaseTask.html#requestTimeout"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/BaseTask.html#requestTimeout&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 18:38:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/urlresultevent-returns-fault-because-of-timeout/m-p/189586#M4419</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2011-02-09T18:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: URLResultEvent returns Fault because of timeout</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/urlresultevent-returns-fault-because-of-timeout/m-p/189587#M4420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I hope I'm explaining this clearly.&amp;nbsp; I added a Web Service Proxy to my FlexViewer project so I assume it is an HTTPService although it is not explicitly defined in MXML.&amp;nbsp; That is, I use the .send method.&amp;nbsp; I'll attach the Flex Widget code that I have.&amp;nbsp; When I watch the http traffic in Fiddler the send method goes off but nothing appears to come back.&amp;nbsp; So I repeat again, nothing, repeat again, and it works fine and then continues to work for the rest of the work day.&amp;nbsp; I have my suspicions about our Firewall and have inquired if the Firewall might be dropping the initial connections or it itself has a timeout for a response or something.&amp;nbsp; I thought if there was a timeout value that I could extend indefinitely I could rule out a problem on the Flex client side and convince the Security people to have a look at the Firewall.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 21:01:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/urlresultevent-returns-fault-because-of-timeout/m-p/189587#M4420</guid>
      <dc:creator>MicheleDunham</dc:creator>
      <dc:date>2011-02-09T21:01:15Z</dc:date>
    </item>
  </channel>
</rss>

