<?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: ARCOBJECTS WEB SERVICE in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-web-service/m-p/646163#M17367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see pag 5 &lt;A href="http://downloads2.esri.com/support/TechArticles/ArcGIS10and101Deprecation_Plan.pdf" title="http://downloads2.esri.com/support/TechArticles/ArcGIS10and101Deprecation_Plan.pdf"&gt;http://downloads2.esri.com/support/TechArticles/ArcGIS10and101Deprecation_Plan.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS Server 10.1 will no longer support local connections (DCOM connections). ArcGIS Server 10.1 will be a web services (REST, SOAP, and OGC) server only . If you need use arcobjects you can create a soe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Sep 2014 08:49:08 GMT</pubDate>
    <dc:creator>nicogis</dc:creator>
    <dc:date>2014-09-01T08:49:08Z</dc:date>
    <item>
      <title>ARCOBJECTS WEB SERVICE</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-web-service/m-p/646162#M17366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i'am trying to write a web service that needs to connect to both GDB and an arc server map service, and execute query and other GIS functionalities,&lt;/P&gt;&lt;P&gt;i have arcserver 10.2 and installed the arcobjects sdk for .net ,&lt;/P&gt;&lt;P&gt;iam trying to connect to the server using the servercontext object, i thought it might be something iam not doing right, so i used a sample from esri,&lt;/P&gt;&lt;P&gt;the code is below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14095606168953766 jive_text_macro" jivemacro_uid="_14095606168953766" modifiedtitle="true"&gt;
&lt;P&gt;IGISServerConnection gisServerCon = null;&lt;/P&gt;
&lt;P&gt;IServerObjectManager som = null;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;//Connect to ArcGIS Server&lt;/P&gt;
&lt;P&gt;gisServerCon = new GISServerConnectionClass();&lt;/P&gt;
&lt;P&gt;gisServerCon.Connect("myservername");&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;//Get the MapServer Object&lt;/P&gt;
&lt;P&gt;som = gisServerCon.ServerObjectManager;&lt;/P&gt;
&lt;P&gt;return som.CreateServerContext("mapservicename", "MapServer");&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i keep recieving the error :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried changing the platform to x86 but still have the same error , iam not able to understand that error&lt;/P&gt;&lt;P&gt;could anyone help me ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 08:37:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-web-service/m-p/646162#M17366</guid>
      <dc:creator>anwarawad</dc:creator>
      <dc:date>2014-09-01T08:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: ARCOBJECTS WEB SERVICE</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-web-service/m-p/646163#M17367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see pag 5 &lt;A href="http://downloads2.esri.com/support/TechArticles/ArcGIS10and101Deprecation_Plan.pdf" title="http://downloads2.esri.com/support/TechArticles/ArcGIS10and101Deprecation_Plan.pdf"&gt;http://downloads2.esri.com/support/TechArticles/ArcGIS10and101Deprecation_Plan.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS Server 10.1 will no longer support local connections (DCOM connections). ArcGIS Server 10.1 will be a web services (REST, SOAP, and OGC) server only . If you need use arcobjects you can create a soe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 08:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-web-service/m-p/646163#M17367</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2014-09-01T08:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: ARCOBJECTS WEB SERVICE</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-web-service/m-p/646164#M17368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so there is no way to achieve that my way ???&lt;/P&gt;&lt;P&gt;and i have to go to the SOE ??&lt;/P&gt;&lt;P&gt;and if i go to the SOE , is the SOE related only to the layers in the service (mapservice) , ? or i can manipulate other layers than the ones in the mapservice on the server&amp;nbsp; ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 08:53:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-web-service/m-p/646164#M17368</guid>
      <dc:creator>anwarawad</dc:creator>
      <dc:date>2014-09-01T08:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: ARCOBJECTS WEB SERVICE</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-web-service/m-p/646165#M17369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From 10.1 if you need fine grained arcobjects you can use soe. The soe 'see' layers in the service but in soe you can write your logic business. What should you do in detail?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 09:17:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-web-service/m-p/646165#M17369</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2014-09-01T09:17:57Z</dc:date>
    </item>
  </channel>
</rss>

