<?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: How can I return partial data using REST SOE operations while executing my operation in background. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-return-partial-data-using-rest-soe/m-p/57589#M5069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use the pattern that use Esri for asynchronous task. You can see, for example, Export Tile &lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r30000025t000000" title="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r30000025t000000"&gt;ArcGIS REST API&lt;/A&gt; where the operation return a &lt;CODE&gt;&lt;SPAN class="s2"&gt;jobId and &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;jobStatus. &lt;/SPAN&gt;&lt;/CODE&gt; The operation return immediately jobId that you use in subsequent calls to method and when the jobStatus return 'Successed' (completed job) you get result. Your client check every x seconds the status of job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2015 10:58:34 GMT</pubDate>
    <dc:creator>nicogis</dc:creator>
    <dc:date>2015-08-06T10:58:34Z</dc:date>
    <item>
      <title>How can I return partial data using REST SOE operations while executing my operation in background.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-return-partial-data-using-rest-soe/m-p/57588#M5068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1 style="font-style: inherit; font-size: 26px; font-family: inherit;"&gt;Hello Everybody&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I would like to know how can I return partial data instead of waiting for complete my search operation (REST SOE) and returns the complete data (Vast data) at end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Eg: If I request the process REST operation “Search Request” and make another request to the process&amp;nbsp; REST Operation “Search Results”. Here I want the process “Search Request” to be running in the background while getting the results from “Search Results”.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Can you please anybody help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Regards,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Phanindra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 07:20:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-return-partial-data-using-rest-soe/m-p/57588#M5068</guid>
      <dc:creator>PhanindraDulam1</dc:creator>
      <dc:date>2015-08-06T07:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I return partial data using REST SOE operations while executing my operation in background.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-return-partial-data-using-rest-soe/m-p/57589#M5069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use the pattern that use Esri for asynchronous task. You can see, for example, Export Tile &lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r30000025t000000" title="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r30000025t000000"&gt;ArcGIS REST API&lt;/A&gt; where the operation return a &lt;CODE&gt;&lt;SPAN class="s2"&gt;jobId and &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;jobStatus. &lt;/SPAN&gt;&lt;/CODE&gt; The operation return immediately jobId that you use in subsequent calls to method and when the jobStatus return 'Successed' (completed job) you get result. Your client check every x seconds the status of job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 10:58:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-return-partial-data-using-rest-soe/m-p/57589#M5069</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2015-08-06T10:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I return partial data using REST SOE operations while executing my operation in background.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-return-partial-data-using-rest-soe/m-p/57590#M5070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. &lt;/P&gt;&lt;P&gt;As per my knowledge these all will work for which are executed Asynchronously. But I am not sure how we can implement same Asynchronous operations in custom SOE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 05:14:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-return-partial-data-using-rest-soe/m-p/57590#M5070</guid>
      <dc:creator>PhanindraDulam1</dc:creator>
      <dc:date>2015-08-07T05:14:53Z</dc:date>
    </item>
  </channel>
</rss>

