<?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: using an SOE to listen to edit events in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299441#M7789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't understand: you have a feature service so do you consume it with a web application? Or have you a feature service consumed also from desktop? have the feature class same business logic for all client?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Apr 2013 05:44:11 GMT</pubDate>
    <dc:creator>nicogis</dc:creator>
    <dc:date>2013-04-11T05:44:11Z</dc:date>
    <item>
      <title>using an SOE to listen to edit events</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299436#M7784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bit of a conceptual issue&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a situation where I need to add business logic to newly created features in a feature service. When new features are created I need to preform overlays and assign an ID from a stored procedure. I need this to happen automatically. In the desktop world this was easily done by listening for edit events in either an editor extension or a object class extension. Can SOEs accomplish the same thing? All the samples I have seen are for adding additional operations. I haven't seen anything for extending existing ones, in this case I guess it would be the create features operation of the REST Feature Service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My understanding of SOEs is that they can add functionality to map services but can they extend existing functionality? Am I on the right track with SOEs or is another approach recommended?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help/suggestions always greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 17:57:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299436#M7784</guid>
      <dc:creator>DrewDowling</dc:creator>
      <dc:date>2013-04-08T17:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: using an SOE to listen to edit events</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299437#M7785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you could extend with custom class extensions ( &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//000100000201000000"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//000100000201000000&lt;/A&gt;&lt;SPAN&gt; ) and publish feature class&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 14:12:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299437#M7785</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2013-04-09T14:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: using an SOE to listen to edit events</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299438#M7786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to avoid class extensions as every user of the feature class is required to have them installed on their machines. In ArcMap an editor extension works great. I'm hoping an SOE could be the same as this for ArcServer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 15:06:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299438#M7786</guid>
      <dc:creator>DrewDowling</dc:creator>
      <dc:date>2013-04-09T15:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: using an SOE to listen to edit events</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299439#M7787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Class Extensions ( &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000004p7000000"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000004p7000000&lt;/A&gt;&lt;SPAN&gt; ) offer a transparent way of implementing custom behavior across all clients accessing a geodatabase but in your case you have 1 only client that it's arcgis server or I don't understand ("... I'm trying to avoid class extensions as every user of the feature class is required to have them installed on their machines ...")&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 16:09:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299439#M7787</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2013-04-09T16:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: using an SOE to listen to edit events</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299440#M7788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The source feature class is in an SDE database and several applications consume it in different ways. Some edit it some don't. I'm trying to avoid having to install class extensions on all these users machines. Adding an SOE to replicate the onCreate event of a class extension would be a perfect solution for me. Do you know if this functionality is possible in some way with an SOE?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #4D4D4D; font-family: Arial;"&gt;From the help: All clients require the customization's library, even to view the data&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 17:07:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299440#M7788</guid>
      <dc:creator>DrewDowling</dc:creator>
      <dc:date>2013-04-09T17:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: using an SOE to listen to edit events</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299441#M7789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't understand: you have a feature service so do you consume it with a web application? Or have you a feature service consumed also from desktop? have the feature class same business logic for all client?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 05:44:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299441#M7789</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2013-04-11T05:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: using an SOE to listen to edit events</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299442#M7790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry if I'm not being clear and thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a feature class. It is published as a feature service. I want to edit this feature service with a web app (3rd party, little ability to customize).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The feature class is also consumed by desktop apps, arcgis and 3rd party. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not wish to apply a class extension to the feature class as I do not wish to install the necessary .dlls to the desktops of users who are using the feature class directly. Also not sure how it would react with 3rd party apps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wish to use an SOE on the feature service to automate certain business logic for the add features operation of the feature service. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you, or anybody, know if this is possible? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For clarity: I know I can add another operation to the feature service to do this but my web app would then have to make an extra call to this operation. Instead I want it to be executed automatically when a new feature is created.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 16:08:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299442#M7790</guid>
      <dc:creator>DrewDowling</dc:creator>
      <dc:date>2013-04-11T16:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: using an SOE to listen to edit events</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299443#M7791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think that you cannot do it with soe in your situation. If you want extend feature service you must expose your feature class creating a soe feature service (rest esri compliant) custom (kind how logic :&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=6d28a606369c43fd9a6f929541ae7c93"&gt;http://www.arcgis.com/home/item.html?id=6d28a606369c43fd9a6f929541ae7c93&lt;/A&gt;&lt;SPAN&gt; ) with added your logic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However I am curious how you manage multiediting (seen mix desktop apps/3rd party/feature service) because 3rd party doesn't understand versioning.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 18:42:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/using-an-soe-to-listen-to-edit-events/m-p/299443#M7791</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2013-04-11T18:42:02Z</dc:date>
    </item>
  </channel>
</rss>

