<?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 Querying multiple/all layers in multiple in multiple mapservers? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/querying-multiple-all-layers-in-multiple-in/m-p/734343#M16265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to query multiple layers in multiple mapservers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If someone can help or guide me towards a way to achieve this, I'll greatly appreciate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 May 2011 01:53:04 GMT</pubDate>
    <dc:creator>psingh</dc:creator>
    <dc:date>2011-05-06T01:53:04Z</dc:date>
    <item>
      <title>Querying multiple/all layers in multiple in multiple mapservers?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/querying-multiple-all-layers-in-multiple-in/m-p/734343#M16265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to query multiple layers in multiple mapservers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If someone can help or guide me towards a way to achieve this, I'll greatly appreciate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 01:53:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/querying-multiple-all-layers-in-multiple-in/m-p/734343#M16265</guid>
      <dc:creator>psingh</dc:creator>
      <dc:date>2011-05-06T01:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Querying multiple/all layers in multiple in multiple mapservers?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/querying-multiple-all-layers-in-multiple-in/m-p/734344#M16266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not in one call.&amp;nbsp; You can only query against one layer at a time, but you could send multiple requests to achieve your multiple layer query functionality. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might also want to look at FindTask and IdentifyTask.&amp;nbsp; They both work with a mapservice (as opposed to a layer within a mapservice like Query).&amp;nbsp; Depending on what/how you want to query, they might be helpful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 14:20:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/querying-multiple-all-layers-in-multiple-in/m-p/734344#M16266</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-05-06T14:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Querying multiple/all layers in multiple in multiple mapservers?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/querying-multiple-all-layers-in-multiple-in/m-p/734345#M16267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for response.&amp;nbsp; FindTasks does exactly what I was looking for. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have one issue though - I have multiple findtasks define in the application and the second one doesn't run at all.&amp;nbsp; The executeComplete method is not returning anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If someone can help, I'll greatly appreciate that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 22:29:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/querying-multiple-all-layers-in-multiple-in/m-p/734345#M16267</guid>
      <dc:creator>psingh</dc:creator>
      <dc:date>2011-05-11T22:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Querying multiple/all layers in multiple in multiple mapservers?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/querying-multiple-all-layers-in-multiple-in/m-p/734346#M16268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just added a "fault" statement in the call and it is indeed failing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TypeError: Error #1010: A term is undefined and has no properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at FindTask/executeCameras()&lt;G&gt;&lt;/G&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at FindTask/__cameraTask_executeComplete()&lt;G&gt;&lt;/G&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at flash.events::EventDispatcher/dispatchEventFunction()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at flash.events::EventDispatcher/dispatchEvent()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.ags.tasks::FindTask/handleDecodedObject()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; at Function/&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://adobe.com/AS3/2006/builtin::call" rel="nofollow" target="_blank"&gt;http://adobe.com/AS3/2006/builtin::call&lt;/A&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.ags.tasks::BaseTask/handleResult()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at Function/&amp;lt;anonymous&amp;gt;()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.rpc::Responder/result()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; at mx.rpc::AsyncToken/&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.adobe.com/2006/flex/mx/internal::applyResult()&amp;lt;C&amp;gt;" rel="nofollow" target="_blank"&gt;http://www.adobe.com/2006/flex/mx/internal::applyResult()&lt;C&gt;&lt;/C&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; at mx.rpc.events::ResultEvent/&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.adobe.com/2006/flex/mx/internal::callTokenResponders()&amp;lt;C&amp;gt;" rel="nofollow" target="_blank"&gt;http://www.adobe.com/2006/flex/mx/internal::callTokenResponders()&lt;C&gt;&lt;/C&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; at mx.rpc.http.mxml::HTTPService/&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()&amp;lt;C&amp;gt;" rel="nofollow" target="_blank"&gt;http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()&lt;C&gt;&lt;/C&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; at mx.rpc::AbstractInvoker/&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.adobe.com/2006/flex/mx/internal::resultHandler()&amp;lt;C&amp;gt;" rel="nofollow" target="_blank"&gt;http://www.adobe.com/2006/flex/mx/internal::resultHandler()&lt;C&gt;&lt;/C&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.rpc::Responder/result()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.rpc::AsyncRequest/acknowledge()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at DirectHTTPMessageResponder/completeHandler()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at flash.events::EventDispatcher/dispatchEventFunction()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at flash.events::EventDispatcher/dispatchEvent()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at flash.net::URLLoader/onComplete()&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 22:44:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/querying-multiple-all-layers-in-multiple-in/m-p/734346#M16268</guid>
      <dc:creator>psingh</dc:creator>
      <dc:date>2011-05-11T22:44:51Z</dc:date>
    </item>
  </channel>
</rss>

