<?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: 2.2.1 Upgrade issue with Synchronous GPTask in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/2-2-1-upgrade-issue-with-synchronous-gptask/m-p/712771#M6380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No idea why it's not working for you in simulator. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2012 15:54:15 GMT</pubDate>
    <dc:creator>NimeshJarecha</dc:creator>
    <dc:date>2012-06-25T15:54:15Z</dc:date>
    <item>
      <title>2.2.1 Upgrade issue with Synchronous GPTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/2-2-1-upgrade-issue-with-synchronous-gptask/m-p/712767#M6376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had a Synchronous GP Task that has worked for months on IOS SDK 2.1. I upgraded to 2.2.1 and upon execution I get the error "Illegal Start of token [&amp;lt;]" almost immediately as a response via the didFailExecuteWithError. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The rest of the app works fine after the upgrade so I know I performed the installation and upgrade of the SDK correctly. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas on how to figure this out or determine if this is a bug in the API? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The SynchronousGPSample does run fine from my machine though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any published changes to the input parameters with the new API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No security is involved in this scenario, service is wide open.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 18:28:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/2-2-1-upgrade-issue-with-synchronous-gptask/m-p/712767#M6376</guid>
      <dc:creator>AaronFischer</dc:creator>
      <dc:date>2012-06-22T18:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: 2.2.1 Upgrade issue with Synchronous GPTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/2-2-1-upgrade-issue-with-synchronous-gptask/m-p/712768#M6377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try running your GP task in browser (REST end point). Does it returning an error in HTML?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 20:23:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/2-2-1-upgrade-issue-with-synchronous-gptask/m-p/712768#M6377</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-06-22T20:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: 2.2.1 Upgrade issue with Synchronous GPTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/2-2-1-upgrade-issue-with-synchronous-gptask/m-p/712769#M6378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, it runs fine and also works from all of the IOS devices that use the 2.1 SDK(exact same code).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My code is nearly identical to the GPSync sample too, just passing a single point as a feature set and a linear unit. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Only difference is the new SDK is 2.2.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any code snippets for me to inspect all of the input parameters as JSON(how can I see the entire request as JSON)? the error appears to be a JSON string issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 21:30:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/2-2-1-upgrade-issue-with-synchronous-gptask/m-p/712769#M6378</guid>
      <dc:creator>AaronFischer</dc:creator>
      <dc:date>2012-06-22T21:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: 2.2.1 Upgrade issue with Synchronous GPTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/2-2-1-upgrade-issue-with-synchronous-gptask/m-p/712770#M6379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, I figured I would try to deploy to my device and it works! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Apparently this error with the 2.2.1 SDK is only created when running the app in the simulator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas about that one?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 21:50:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/2-2-1-upgrade-issue-with-synchronous-gptask/m-p/712770#M6379</guid>
      <dc:creator>AaronFischer</dc:creator>
      <dc:date>2012-06-22T21:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: 2.2.1 Upgrade issue with Synchronous GPTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/2-2-1-upgrade-issue-with-synchronous-gptask/m-p/712771#M6380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No idea why it's not working for you in simulator. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 15:54:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/2-2-1-upgrade-issue-with-synchronous-gptask/m-p/712771#M6380</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-06-25T15:54:15Z</dc:date>
    </item>
  </channel>
</rss>

