<?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 Buffer on dynamic MAP throughs error in Server side SDK 10.22 in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/buffer-on-dynamic-map-throughs-error-in-server/m-p/376454#M3233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using IOS 7, AGSIOSSDK - 10.2.2 , server side SDK is 10.22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting below error for Server SDK 10.2.2 but perfect with 10.04:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Menlo;"&gt;Printing description of $1:&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&lt;SPAN&gt;Error Domain=NSCocoaErrorDomain Code=500 "Unknown error occurred" UserInfo=0x1a94ff40 {NSURL=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project?f=json&amp;amp;outSR=102696&amp;amp;inSR=4326&amp;amp;geometries=%7B%22geometryType%22%3A%22esriGeometryPoint%22%2C%22geometries%22%3A%5B%7B%22x%22%3A73.828399658203125%2C%22y%22%3A15.389193534851074%2C%22spatialReference%22%3A%7B%22wkid%22%3A4326%7D%7D%5D%7D" rel="nofollow" target="_blank"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project?f=json&amp;amp;outSR=102696&amp;amp;inSR=4326&amp;amp;geometries=%7B%22geometryType%22%3A%22esriGeometryPoint%22%2C%22geometries%22%3A%5B%7B%22x%22%3A73.828399658203125%2C%22y%22%3A15.389193534851074%2C%22spatialReference%22%3A%7B%22wkid%22%3A4326%7D%7D%5D%7D&lt;/A&gt;&lt;SPAN&gt;, NSLocalizedDescription=Unknown error occurred, NSLocalizedFailureReason=Unknown error occurred}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Menlo;"&gt;my code :&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #703daa;"&gt;NSMutableArray&lt;/SPAN&gt; *arrProjectGeomtery =[[&lt;SPAN style="color: #703daa;"&gt;NSMutableArray&lt;/SPAN&gt; &lt;SPAN style="color: #3d1d81;"&gt;alloc&lt;/SPAN&gt;] &lt;SPAN style="color: #3d1d81;"&gt;init&lt;/SPAN&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #703daa;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;AGSSpatialReference&lt;SPAN style="color: #000000;"&gt; *s_Bufferref = [[[&lt;/SPAN&gt;AGSSpatialReference&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;alloc&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;initWithWKID&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #272ad8;"&gt;4326&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;WKT&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #4f8187;"&gt;m_mapView&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;spatialReference&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;wkt&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;autorelease&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #703daa;"&gt;AGSPoint&lt;/SPAN&gt; *m_ProjectedPoint =[[&lt;SPAN style="color: #703daa;"&gt;AGSPoint&lt;/SPAN&gt; &lt;SPAN style="color: #3d1d81;"&gt;alloc&lt;/SPAN&gt;] &lt;SPAN style="color: #3d1d81;"&gt;initWithX&lt;/SPAN&gt;:[&lt;SPAN style="color: #4f8187;"&gt;m_strLongitude&lt;/SPAN&gt; &lt;SPAN style="color: #3d1d81;"&gt;floatValue&lt;/SPAN&gt;] &lt;SPAN style="color: #3d1d81;"&gt;y&lt;/SPAN&gt;:[&lt;SPAN style="color: #4f8187;"&gt;m_strLatitude&lt;/SPAN&gt; &lt;SPAN style="color: #3d1d81;"&gt;floatValue&lt;/SPAN&gt;]&lt;SPAN style="color: #3d1d81;"&gt;spatialReference&lt;/SPAN&gt;:s_Bufferref];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [arrProjectGeomtery &lt;SPAN style="color: #3d1d81;"&gt;addObject&lt;/SPAN&gt;:m_ProjectedPoint];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #d12f1b;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #4f8187;"&gt;m_geometryServiceTask&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = [[[&lt;/SPAN&gt;&lt;SPAN style="color: #703daa;"&gt;AGSGeometryServiceTask&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;alloc&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;initWithURL&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:[&lt;/SPAN&gt;&lt;SPAN style="color: #703daa;"&gt;NSURL&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;URLWithString&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;@"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer" rel="nofollow" target="_blank"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;]] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;autorelease&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #4f8187;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;m_geometryServiceTask&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #703daa;"&gt;delegate&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #703daa;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;AGSSpatialReference&lt;SPAN style="color: #000000;"&gt; *m_sref = [[&lt;/SPAN&gt;AGSSpatialReference&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;alloc&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;init&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #703daa;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #4f8187;"&gt;m_mapView&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;spatialReference&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;wkid&lt;SPAN style="color: #000000;"&gt;==&lt;/SPAN&gt;&lt;SPAN style="color: #272ad8;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #703daa;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_sref = [[[&lt;/SPAN&gt;AGSSpatialReference&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;alloc&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;initWithWKID&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #272ad8;"&gt;4326&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;WKT&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #4f8187;"&gt;m_mapView&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;spatialReference&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;wkt&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;autorelease&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #bb2ca2;"&gt;else&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #703daa;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_sref = [[[&lt;/SPAN&gt;AGSSpatialReference&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;alloc&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;initWithWKID&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #4f8187;"&gt;m_mapView&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;spatialReference&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;wkid&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;WKT&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;nil&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;autorelease&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;];&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;.&lt;SPAN style="color: #4f8187;"&gt;m_geometryServiceTask&lt;/SPAN&gt; &lt;SPAN style="color: #3d1d81;"&gt;projectGeometries&lt;/SPAN&gt;:arrProjectGeomtery &lt;SPAN style="color: #3d1d81;"&gt;toSpatialReference&lt;/SPAN&gt;:m_sref];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;plz. do help me out ....... Same work with Server side SDK 10.04.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;do help me out...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2015 12:47:53 GMT</pubDate>
    <dc:creator>PritiBose</dc:creator>
    <dc:date>2015-03-03T12:47:53Z</dc:date>
    <item>
      <title>Buffer on dynamic MAP throughs error in Server side SDK 10.22</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/buffer-on-dynamic-map-throughs-error-in-server/m-p/376454#M3233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using IOS 7, AGSIOSSDK - 10.2.2 , server side SDK is 10.22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting below error for Server SDK 10.2.2 but perfect with 10.04:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Menlo;"&gt;Printing description of $1:&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&lt;SPAN&gt;Error Domain=NSCocoaErrorDomain Code=500 "Unknown error occurred" UserInfo=0x1a94ff40 {NSURL=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project?f=json&amp;amp;outSR=102696&amp;amp;inSR=4326&amp;amp;geometries=%7B%22geometryType%22%3A%22esriGeometryPoint%22%2C%22geometries%22%3A%5B%7B%22x%22%3A73.828399658203125%2C%22y%22%3A15.389193534851074%2C%22spatialReference%22%3A%7B%22wkid%22%3A4326%7D%7D%5D%7D" rel="nofollow" target="_blank"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project?f=json&amp;amp;outSR=102696&amp;amp;inSR=4326&amp;amp;geometries=%7B%22geometryType%22%3A%22esriGeometryPoint%22%2C%22geometries%22%3A%5B%7B%22x%22%3A73.828399658203125%2C%22y%22%3A15.389193534851074%2C%22spatialReference%22%3A%7B%22wkid%22%3A4326%7D%7D%5D%7D&lt;/A&gt;&lt;SPAN&gt;, NSLocalizedDescription=Unknown error occurred, NSLocalizedFailureReason=Unknown error occurred}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Menlo;"&gt;my code :&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #703daa;"&gt;NSMutableArray&lt;/SPAN&gt; *arrProjectGeomtery =[[&lt;SPAN style="color: #703daa;"&gt;NSMutableArray&lt;/SPAN&gt; &lt;SPAN style="color: #3d1d81;"&gt;alloc&lt;/SPAN&gt;] &lt;SPAN style="color: #3d1d81;"&gt;init&lt;/SPAN&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #703daa;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;AGSSpatialReference&lt;SPAN style="color: #000000;"&gt; *s_Bufferref = [[[&lt;/SPAN&gt;AGSSpatialReference&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;alloc&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;initWithWKID&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #272ad8;"&gt;4326&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;WKT&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #4f8187;"&gt;m_mapView&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;spatialReference&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;wkt&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;autorelease&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #703daa;"&gt;AGSPoint&lt;/SPAN&gt; *m_ProjectedPoint =[[&lt;SPAN style="color: #703daa;"&gt;AGSPoint&lt;/SPAN&gt; &lt;SPAN style="color: #3d1d81;"&gt;alloc&lt;/SPAN&gt;] &lt;SPAN style="color: #3d1d81;"&gt;initWithX&lt;/SPAN&gt;:[&lt;SPAN style="color: #4f8187;"&gt;m_strLongitude&lt;/SPAN&gt; &lt;SPAN style="color: #3d1d81;"&gt;floatValue&lt;/SPAN&gt;] &lt;SPAN style="color: #3d1d81;"&gt;y&lt;/SPAN&gt;:[&lt;SPAN style="color: #4f8187;"&gt;m_strLatitude&lt;/SPAN&gt; &lt;SPAN style="color: #3d1d81;"&gt;floatValue&lt;/SPAN&gt;]&lt;SPAN style="color: #3d1d81;"&gt;spatialReference&lt;/SPAN&gt;:s_Bufferref];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [arrProjectGeomtery &lt;SPAN style="color: #3d1d81;"&gt;addObject&lt;/SPAN&gt;:m_ProjectedPoint];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #d12f1b;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #4f8187;"&gt;m_geometryServiceTask&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = [[[&lt;/SPAN&gt;&lt;SPAN style="color: #703daa;"&gt;AGSGeometryServiceTask&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;alloc&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;initWithURL&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:[&lt;/SPAN&gt;&lt;SPAN style="color: #703daa;"&gt;NSURL&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;URLWithString&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;@"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer" rel="nofollow" target="_blank"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;]] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;autorelease&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #4f8187;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;m_geometryServiceTask&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #703daa;"&gt;delegate&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #703daa;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;AGSSpatialReference&lt;SPAN style="color: #000000;"&gt; *m_sref = [[&lt;/SPAN&gt;AGSSpatialReference&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;alloc&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;init&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #703daa;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #4f8187;"&gt;m_mapView&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;spatialReference&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;wkid&lt;SPAN style="color: #000000;"&gt;==&lt;/SPAN&gt;&lt;SPAN style="color: #272ad8;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #703daa;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_sref = [[[&lt;/SPAN&gt;AGSSpatialReference&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;alloc&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;initWithWKID&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #272ad8;"&gt;4326&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;WKT&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #4f8187;"&gt;m_mapView&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;spatialReference&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;wkt&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;autorelease&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #bb2ca2;"&gt;else&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #703daa;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_sref = [[[&lt;/SPAN&gt;AGSSpatialReference&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;alloc&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;initWithWKID&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #4f8187;"&gt;m_mapView&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;spatialReference&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;wkid&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;WKT&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;nil&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #3d1d81;"&gt;autorelease&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;];&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;.&lt;SPAN style="color: #4f8187;"&gt;m_geometryServiceTask&lt;/SPAN&gt; &lt;SPAN style="color: #3d1d81;"&gt;projectGeometries&lt;/SPAN&gt;:arrProjectGeomtery &lt;SPAN style="color: #3d1d81;"&gt;toSpatialReference&lt;/SPAN&gt;:m_sref];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;plz. do help me out ....... Same work with Server side SDK 10.04.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;do help me out...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 12:47:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/buffer-on-dynamic-map-throughs-error-in-server/m-p/376454#M3233</guid>
      <dc:creator>PritiBose</dc:creator>
      <dc:date>2015-03-03T12:47:53Z</dc:date>
    </item>
  </channel>
</rss>

