<?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: SOE Property Page - Persistence of Property Values (textboxes initialization) in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/soe-property-page-persistence-of-property-values/m-p/76702#M358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Omar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to get Capabilities (Operations) with Custom Property page in Manager.&lt;/P&gt;&lt;P&gt;Even I am facing same issue now, Please let me know if you got solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And one more question is if not possible with custom property page, how they are handling with KML extension with both operations and Property page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phanindra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2015 09:53:11 GMT</pubDate>
    <dc:creator>PhanindraDulam1</dc:creator>
    <dc:date>2015-06-29T09:53:11Z</dc:date>
    <item>
      <title>SOE Property Page - Persistence of Property Values (textboxes initialization)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/soe-property-page-persistence-of-property-values/m-p/76698#M354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In ArgGIS for Server 10.1, Manager automatically generates a default "property page" for our SOE properties. This is great! However when I:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt; &lt;BR /&gt; &lt;LI&gt;activate the SOE for some service;&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;fill in values of the SOE properties;&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;Save &amp;amp; Restart the service; and then&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;come back to view/edit that service's SOE properties,&lt;/LI&gt; &lt;BR /&gt;&lt;/OL&gt;&lt;SPAN&gt;I would expect/wish to see the current values in the controls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is not the case, it rather takes the default values (on each time) regardless of the current values. This is frustrating for administrators as they can't see if the values are properly set, neither can they just see what the current values are.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If somebody from ESRI believes it is a bug (or a worth while improvement), please log it as such. I'm now looking for a workaround.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to achieve my goal with a custom property page for manager. I created one following the SDK provided sample and it is working but behaves like the default one in terms of controls' initialization. I could not find documentation, or samples further than that sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Before we migrate to 10.1, we used a custom property page (in ArcGIS 10) with C# (server-side) code to fetch the current values and properly initialize the controls. But manager is now, HTML and JavaScript (dojo). &lt;/SPAN&gt;&lt;STRONG&gt;Any ideas on how initialize the textboxes with their current property values?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;HR /&gt;[/HR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Capabilities/Allowed Operations&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition, the Capabilities section is gone when implementing a custom property page. In the SDK sample, "Config.js" has a variable &lt;/SPAN&gt;&lt;PRE&gt;_capabilities: null&lt;/PRE&gt;&lt;BR /&gt;&lt;STRONG&gt;What value should this variable have in order to re-introduce the capabilities?&lt;/STRONG&gt;&lt;SPAN&gt; I tried a string like "GetInfo,ShowMetadata" (which are the names of my capabilities) and still I got nothing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 21:49:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/soe-property-page-persistence-of-property-values/m-p/76698#M354</guid>
      <dc:creator>OmarAjlouny</dc:creator>
      <dc:date>2013-03-21T21:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: SOE Property Page - Persistence of Property Values (textboxes initialization)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/soe-property-page-persistence-of-property-values/m-p/76699#M355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Persistence Solved!&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks to Chrome's code inspector, I could find my way into the dojo code and see what's going on...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG style="color: &amp;quot;#FF0000&amp;quot;;"&gt;Cause of the Bug&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;My property names started with a Capital letter!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS/Manager &lt;/SPAN&gt;&lt;STRONG&gt;internally renamed (!!!) them &lt;/STRONG&gt;&lt;SPAN&gt; (by forcing the first letter to small caps). This broke the link between the property and its initializing code - both in the default page and the custom one provided in the SDK sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:&amp;quot;#008000&amp;quot;;"&gt;&lt;STRONG&gt;Solution&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I renamed the properties making sure they start with a small letter!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope someone would save the headache I went through by simply respecting this naming convention.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Handling Capabilities in a custom property page&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I still don't know how to handle this. If someone knows how to set them in the Config.js, it would be nice to have a neat property page. Otherwise, I can abandon the custom page altogether since my first issue is solved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; In ArgGIS for Server 10.1, Manager automatically generates a default "property page" for our SOE properties. This is great! However when I:&amp;nbsp; &lt;BR /&gt; &lt;OL&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;LI&gt;activate the SOE for some service;&lt;/LI&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;LI&gt;fill in values of the SOE properties;&lt;/LI&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;LI&gt;Save &amp;amp; Restart the service; and then&lt;/LI&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;LI&gt;come back to view/edit that service's SOE properties,&lt;/LI&gt;&amp;nbsp; &lt;BR /&gt; &lt;/OL&gt; &lt;BR /&gt;I would expect/wish to see the&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-style:italic;"&gt;current values&lt;/SPAN&gt; in the controls.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;This is not the case, it rather takes the&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-style:italic;"&gt;default values&lt;/SPAN&gt; (on each time) regardless of the&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-style:italic;"&gt;current values&lt;/SPAN&gt;. This is frustrating for administrators as they can't see if the values are properly set, neither can they just see what the current values are.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;If somebody from ESRI believes it is a&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;bug&lt;/SPAN&gt; (or a worth while&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;#FFA500&amp;quot;;"&gt;improvement&lt;/SPAN&gt;), please log it as such. I'm now looking for a workaround.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;I tried to achieve my goal with a&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-style:italic;"&gt;custom property page for manager&lt;/SPAN&gt;. I created one following the SDK provided sample and it is working but behaves like the default one in terms of controls' initialization. I could not find documentation, or samples further than that sample.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Before we migrate to 10.1, we used a custom property page (in ArcGIS 10) with C# (server-side) code to fetch the current values and properly initialize the controls. But manager is now, HTML and JavaScript (dojo).&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;#008000&amp;quot;;"&gt;&lt;STRONG&gt;Any ideas on how initialize the textboxes with their current property values?&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;HR /&gt;[/HR]&amp;nbsp; &lt;BR /&gt; &lt;STRONG&gt;Capabilities/Allowed Operations&lt;/STRONG&gt; &lt;BR /&gt;In addition, the&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-style:italic;"&gt;Capabilities section&lt;/SPAN&gt; is gone when implementing a custom property page. In the SDK sample, "Config.js" has a variable&amp;nbsp;&amp;nbsp; &lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;_capabilities: null&lt;/PRE&gt; &lt;BR /&gt; &lt;SPAN style="color:&amp;quot;#008000&amp;quot;;"&gt;&lt;STRONG&gt;What value should this variable have in order to re-introduce the capabilities?&lt;/STRONG&gt;&lt;/SPAN&gt; I tried a string like "GetInfo,ShowMetadata" (which are the names of my capabilities) and still I got nothing.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 02:35:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/soe-property-page-persistence-of-property-values/m-p/76699#M355</guid>
      <dc:creator>OmarAjlouny</dc:creator>
      <dc:date>2013-03-22T02:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: SOE Property Page - Persistence of Property Values (textboxes initialization)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/soe-property-page-persistence-of-property-values/m-p/76700#M356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Omar,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A custom property page does not have capabilities. Only map services and SOEs have capabilities.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The capabilities member you see in the Dojo widget is there for internal purposes and should be ignored.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for the confusion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ajit&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 22:40:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/soe-property-page-persistence-of-property-values/m-p/76700#M356</guid>
      <dc:creator>AjitDharmik</dc:creator>
      <dc:date>2013-04-10T22:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: SOE Property Page - Persistence of Property Values (textboxes initialization)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/soe-property-page-persistence-of-property-values/m-p/76701#M357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Omar,&lt;BR /&gt;&lt;BR /&gt;A custom property page does not have capabilities. Only map services and SOEs have capabilities.&lt;BR /&gt;&lt;BR /&gt;The capabilities member you see in the Dojo widget is there for internal purposes and should be ignored.&lt;BR /&gt;&lt;BR /&gt;Sorry for the confusion.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Ajit&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Ajit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the clarification. However, the default "capabilities" section of the SOE disappears as soon as I implement a custom property page. Any ideas why? or how to return to the default automatic handling of the SOE's Capabilities in Manager?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Omar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 14:24:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/soe-property-page-persistence-of-property-values/m-p/76701#M357</guid>
      <dc:creator>OmarAjlouny</dc:creator>
      <dc:date>2013-04-11T14:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: SOE Property Page - Persistence of Property Values (textboxes initialization)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/soe-property-page-persistence-of-property-values/m-p/76702#M358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Omar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to get Capabilities (Operations) with Custom Property page in Manager.&lt;/P&gt;&lt;P&gt;Even I am facing same issue now, Please let me know if you got solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And one more question is if not possible with custom property page, how they are handling with KML extension with both operations and Property page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phanindra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 09:53:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/soe-property-page-persistence-of-property-values/m-p/76702#M358</guid>
      <dc:creator>PhanindraDulam1</dc:creator>
      <dc:date>2015-06-29T09:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: SOE Property Page - Persistence of Property Values (textboxes initialization)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/soe-property-page-persistence-of-property-values/m-p/76703#M359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phanindra, If you have the ArcObject.NET SDK install in your machine, you can check the folder C:\Program Files (x86)\ArcGIS\DeveloperKit10.2\Samples\ArcObjectsNet There are couple of samples show how to use .NET to interact with SOE with Capabilities and Properties. Best Regards, Nathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 22:14:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/soe-property-page-persistence-of-property-values/m-p/76703#M359</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2016-01-15T22:14:27Z</dc:date>
    </item>
  </channel>
</rss>

