<?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: serviceDescription on AGSMapServiceInfo in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/servicedescription-on-agsmapserviceinfo/m-p/30665#M326</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I spoke too soon. I was able to get it to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you sure you have initialized your error variable to nil?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;NSError* error = nil;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 May 2011 16:47:58 GMT</pubDate>
    <dc:creator>DiveshGoyal</dc:creator>
    <dc:date>2011-05-20T16:47:58Z</dc:date>
    <item>
      <title>serviceDescription on AGSMapServiceInfo</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/servicedescription-on-agsmapserviceinfo/m-p/30663#M324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone, I have a quick and probably easy to answer question for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reason this code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;NSURL *url = [NSURL URLWithString:@"http://14.123.128.120/ArcGIS/rest/services/IOS_Env/Tectoniek/MapServer"];
AGSMapServiceInfo *mapServiceInfo = [AGSMapServiceInfo mapServiceInfoWithURL:url error:&amp;amp;error];&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;does not fill the serviceDescription variable of the mapServiceInfo object, it does however successfully retrieve the name and layer of the service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I check the url in the browser it cleary has a serviceDescription. What am I doing wrong here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(The URL given in the piece of code is not the real URL used, this is just about the code whether I'm missing something)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The server is version 10 SP2, the ArcGIS API for IOS used is 1.8 final.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Max&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 12:20:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/servicedescription-on-agsmapserviceinfo/m-p/30663#M324</guid>
      <dc:creator>RemcoDolman</dc:creator>
      <dc:date>2011-05-17T12:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: serviceDescription on AGSMapServiceInfo</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/servicedescription-on-agsmapserviceinfo/m-p/30664#M325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This appears to be a bug. Thanks for reporting it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 15:29:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/servicedescription-on-agsmapserviceinfo/m-p/30664#M325</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2011-05-17T15:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: serviceDescription on AGSMapServiceInfo</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/servicedescription-on-agsmapserviceinfo/m-p/30665#M326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I spoke too soon. I was able to get it to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you sure you have initialized your error variable to nil?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;NSError* error = nil;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 16:47:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/servicedescription-on-agsmapserviceinfo/m-p/30665#M326</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2011-05-20T16:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: serviceDescription on AGSMapServiceInfo</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/servicedescription-on-agsmapserviceinfo/m-p/30666#M327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I hit the same issue in another function.&amp;nbsp; It seems like there's a few areas where you can actually pass-in an error (which makes no sense).&amp;nbsp; My guess, is that it's good practice to initialize any NSError objects to nil when using the ArcGIS API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 22:13:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/servicedescription-on-agsmapserviceinfo/m-p/30666#M327</guid>
      <dc:creator>MichaelMurphy8</dc:creator>
      <dc:date>2011-05-24T22:13:27Z</dc:date>
    </item>
  </channel>
</rss>

