<?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: Custom SOE in ArcGIS Server 10 - REST API - InValid URL in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135614#M627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I finally solved the problem. It was a problem relating to the SOE Name assigned in the SOE class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; public SOEClass()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; soe_name =this.GetType().Name;&amp;nbsp; //Ensure that the name is same as SOE Name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logger = new ServerLogger();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reqHandler = new SoeRestImpl(soe_name, CreateRestSchema()) as IRESTRequestHandler;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this.GetType().Name returns the assembly-qualified name of the type. If you are using this.GetType().Name ensure that u use the same thing everywhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are three places where the SOE name should perfectly match.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a) The SOE name used in the SOE class consructor&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b) The name used in the SOE Registration class&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c) The name used in the Property page, if you are using ArcCatalog Property pages&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks to rlwatson for responding to my query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now i am able to work with the REST Requests.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope ESRI will update its training manual to add some checklists. The tutorial on REST API mentions only two of the above mentioned places in the code where care needs to be taken regarding the SOE Name&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Govindarajan&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GIS Consultant&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Jun 2011 18:30:23 GMT</pubDate>
    <dc:creator>GovindarajanThillaividankan</dc:creator>
    <dc:date>2011-06-12T18:30:23Z</dc:date>
    <item>
      <title>Custom SOE in ArcGIS Server 10 - REST API - InValid URL</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135612#M625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working on developing a Custom SOE using ArcGIS Server 10&amp;nbsp; SP 2 and .Net 3.5 Framework. This SOE is for performing Network Analysis on a Utility Network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Issue:&lt;/STRONG&gt;&lt;SPAN&gt; Clicking on the Custom SOE listed in the supported extensions in the services directory (in IE) displays &lt;/SPAN&gt;&lt;STRONG&gt;Invalid URL&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Description:&lt;/STRONG&gt;&lt;SPAN&gt; I have developed the SOE using ESRI .Net REST Template in VS 2008 and registered it as per the instructions. The SOE has been enabled on a map service and the custom property page implemented for ArcCatalog using which I am able to assign the parameters. The values are properly getting stored in the MapService .cfg file. The SOE is also recorded in ServerTypesExt.dat file in the ArcGIS Server home server/system folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when i access the service URL in IE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;A href="http://127.0.0.1/ArcGIS/rest/services/CWTrace/MapServer/exts/TracingSOE_CleanWater"&gt;http://127.0.0.1/ArcGIS/rest/services/CWTrace/MapServer/exts/TracingSOE_CleanWater&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get a message &lt;/SPAN&gt;&lt;STRONG&gt;InValid URL&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After many attempts, I found this to be a bug identified in ArcGIS 10 pre-release i.e. 9.4 Beta 2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;ESRI Wikis - ArcGIS Server 10 PreRelease known issues&lt;/STRONG&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;NIM052845&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; Supported Extensions link in Services Directory should be shown only for Custom Server Object Extensions. Currently clicking on this link will return an "Invalid URL" error message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Issue in:&amp;nbsp;&amp;nbsp; 9.4 Beta 2 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But the status of this bug according to ESRI is closed as on Jan 2010. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Is anyone experiencing similar problems? pls let me know.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Secondly I used a simple .Net application to access the SOE using &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;IServerObjectManager&lt;/SPAN&gt;&lt;SPAN&gt; and i am able to access the SOE. This was used with &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;IRESTRequestHandler&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; interface to invoke the&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;GetSchema&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; method which returns the values properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Inspite of these the problem continues and left clueless where it is going wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Govindarajan&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GIS Consultant&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2011 21:15:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135612#M625</guid>
      <dc:creator>GovindarajanThillaividankan</dc:creator>
      <dc:date>2011-06-05T21:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom SOE in ArcGIS Server 10 - REST API - InValid URL</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135613#M626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This may or may not be related:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/29147-ESRI.ArcGIS.Rest-Threading-bugs-on-Windows?highlight=thread"&gt;http://forums.arcgis.com/threads/29147-ESRI.ArcGIS.Rest-Threading-bugs-on-Windows?highlight=thread&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 16:40:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135613#M626</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2011-06-06T16:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Custom SOE in ArcGIS Server 10 - REST API - InValid URL</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135614#M627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I finally solved the problem. It was a problem relating to the SOE Name assigned in the SOE class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; public SOEClass()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; soe_name =this.GetType().Name;&amp;nbsp; //Ensure that the name is same as SOE Name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logger = new ServerLogger();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reqHandler = new SoeRestImpl(soe_name, CreateRestSchema()) as IRESTRequestHandler;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this.GetType().Name returns the assembly-qualified name of the type. If you are using this.GetType().Name ensure that u use the same thing everywhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are three places where the SOE name should perfectly match.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a) The SOE name used in the SOE class consructor&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b) The name used in the SOE Registration class&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c) The name used in the Property page, if you are using ArcCatalog Property pages&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks to rlwatson for responding to my query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now i am able to work with the REST Requests.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope ESRI will update its training manual to add some checklists. The tutorial on REST API mentions only two of the above mentioned places in the code where care needs to be taken regarding the SOE Name&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Govindarajan&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GIS Consultant&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2011 18:30:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135614#M627</guid>
      <dc:creator>GovindarajanThillaividankan</dc:creator>
      <dc:date>2011-06-12T18:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom SOE in ArcGIS Server 10 - REST API - InValid URL</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135615#M628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Govindarajan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got exactly same error message (Invalid URL) for a SOE created for advanced Print (see another forum &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/24059-Java-Print-SOE-Advanced-print-solution?p=110774#post110774"&gt;http://forums.arcgis.com/threads/24059-Java-Print-SOE-Advanced-print-solution?p=110774#post110774&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder you might be able to point me to a right direction to fix this problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The PCHPrintSOE works perfectly on my staging environment, which runs on a single machine (SOC/SOM/Web Services) config. I can browse the REST map service down to the PCHPrintSOE property page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, when I deployed it to my Production Envrionment, which is a 2-machines configuration, I get the �??Invalid URL�?� message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Machine1 (Win 2008 R2) running ArcGIS SOC/SOM (I copied and registered the PCHPrintSOE.jar on this machine)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Machine2 (Win 2008 R2) running IIS7 and ArcGIS Web Services&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can browse the REST map service down up to the Map Service, but cannot browse further to the PCHPrintSOE property page and it gives �??Invalid URL�?� message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I need to do something special (any extra settings) to deploy this SOE on a 2-machine configuration?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advanced for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chapal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 00:12:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135615#M628</guid>
      <dc:creator>ChapalChoudhury</dc:creator>
      <dc:date>2011-06-21T00:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Custom SOE in ArcGIS Server 10 - REST API - InValid URL</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135616#M629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mr.Chapal&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First i have not done this using JAVA but i did the development using .Net. So i given the standard checklists for .Net based development. Not sure whether it is applicable for Java based app framework.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since you had mentioned that it is working on the dev system, i assume that the coding has been done properly. Also i am assuming that you hae registered the SOE properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You had mentioned that it is relating to two machine configuration. Note that the MXD path being referred by the mapservice should be stored in a folder location on the individual SOCs and ArcSOC user account be given read-write privilege on this folder. Maintain the same folder structure in both the SOC systems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also check the logs in the ArcGISServerHome/server/user/log folders. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the constructor event of SOE use try..catch and write a message to the logger. Then start the Mapservice. The SOE gets initialised. This is when the exceptions, if any, would be caught and written to the server logs. Of course set the Server log level to DETAILED INFO . Now stop the service and check the logs. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The parameters if any that u are passing to this using ArcCatalog property pages, if any shall be retrieved in the IObjectConstruct construct method. Check whether this one is working using logger. If all of these work well then i feel there shouldny be any problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also check whether your app in the prod server is trying to access content behind any firewall.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you face any problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Govindarajan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 20:06:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135616#M629</guid>
      <dc:creator>GovindarajanThillaividankan</dc:creator>
      <dc:date>2011-06-21T20:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom SOE in ArcGIS Server 10 - REST API - InValid URL</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135617#M630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Govindarajan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Although it's not fixed yet, we're now working with the Java developer and ESRI Support. Once we&amp;nbsp; get a fix, I'll update the forum, would it be relevant for others.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for your advise.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chapal&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Mr.Chapal&lt;BR /&gt;&lt;BR /&gt;First i have not done this using JAVA but i did the development using .Net. So i given the standard checklists for .Net based development. Not sure whether it is applicable for Java based app framework.&lt;BR /&gt;&lt;BR /&gt;Since you had mentioned that it is working on the dev system, i assume that the coding has been done properly. Also i am assuming that you hae registered the SOE properly.&lt;BR /&gt;&lt;BR /&gt;You had mentioned that it is relating to two machine configuration. Note that the MXD path being referred by the mapservice should be stored in a folder location on the individual SOCs and ArcSOC user account be given read-write privilege on this folder. Maintain the same folder structure in both the SOC systems.&lt;BR /&gt;&lt;BR /&gt;Also check the logs in the ArcGISServerHome/server/user/log folders. &lt;BR /&gt;&lt;BR /&gt;In the constructor event of SOE use try..catch and write a message to the logger. Then start the Mapservice. The SOE gets initialised. This is when the exceptions, if any, would be caught and written to the server logs. Of course set the Server log level to DETAILED INFO . Now stop the service and check the logs. &lt;BR /&gt;&lt;BR /&gt;The parameters if any that u are passing to this using ArcCatalog property pages, if any shall be retrieved in the IObjectConstruct construct method. Check whether this one is working using logger. If all of these work well then i feel there shouldny be any problem.&lt;BR /&gt;&lt;BR /&gt;Also check whether your app in the prod server is trying to access content behind any firewall.&lt;BR /&gt;&lt;BR /&gt;Let me know if you face any problem&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Govindarajan&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 06:34:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135617#M630</guid>
      <dc:creator>ChapalChoudhury</dc:creator>
      <dc:date>2011-06-28T06:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Custom SOE in ArcGIS Server 10 - REST API - InValid URL</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135618#M631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Govindarajan,&lt;BR /&gt;&lt;BR /&gt;Although it's not fixed yet, we're now working with the Java developer and ESRI Support. Once we&amp;nbsp; get a fix, I'll update the forum, would it be relevant for others.&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your advise.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Chapal&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello CoffeySpatial:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am VERY INTERESTED in the results you received from ESRI Support. I have EXACTLY the same problem you described (Invalid URL).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've read through this entire posting and none of the other descriptions and results applies to my situation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My SOE works perfectly on my machine, but when I went to install it in Production, I get the Invalid URL message. I put lots of debug messages. Everything seems perfect. My ArcCatalog application performs as supposed to. I'm seeing absolutely no error messages anywhere (I have debugging turned up everywhere). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I cant get beyond the Invalid URL message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ideas? This seems to be the same as what you described.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or if anyone else has ideas, please chime in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm about to try installing Simple REST SOE at production to make sure I can get to the REST URL in general (to help isolate the problem).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Karen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 13:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135618#M631</guid>
      <dc:creator>KarenRobine</dc:creator>
      <dc:date>2011-10-13T13:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Custom SOE in ArcGIS Server 10 - REST API - InValid URL</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135619#M632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Govindarajan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to access to NetworkAnalysis from SOE, but I couldn't find the way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think for accessing to NetworkAnalysis in Desktop we have this way:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using application and CLSID like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pID.Value = "esriEditorExt.UtilityNetworkAnalysisExt";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pNetAnalysisExt = (INetworkAnalysisExt)app.FindExtensionByCLSID(pID);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But because I don't access to application, I can't use UtilityNetworkAnalysisExt. Do you have any suggestion for me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 01:45:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135619#M632</guid>
      <dc:creator>AhadKheirabadi</dc:creator>
      <dc:date>2012-10-25T01:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Custom SOE in ArcGIS Server 10 - REST API - InValid URL</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135620#M633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;this is available for desktop. See how work with INetworkDataset &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/0001/000100000mrr000000.htm"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/0001/000100000mrr000000.htm&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are your sure that functionalies extension NA server available are not sufficient for your purposes ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 06:00:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135620#M633</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2012-10-25T06:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom SOE in ArcGIS Server 10 - REST API - InValid URL</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135621#M634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your response,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use NetworkAnalysis not NetworkDatasets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you know NetworkAnalysis is using for utility network and NetworkDatasets is usually using for road network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition, I want to use them in ArcGIS Server not in Desktop.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 21:15:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135621#M634</guid>
      <dc:creator>AhadKheirabadi</dc:creator>
      <dc:date>2012-10-25T21:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom SOE in ArcGIS Server 10 - REST API - InValid URL</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135622#M635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm on confusion , now I have understand you mean work with Geometric Network:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;see my soe how start up (source code): &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/Resources2010/gallery/file/arcobjects-net-api/details?entryID=0F09D031-1422-2418-8839-02AE02C23A15"&gt;http://resources.arcgis.com/Resources2010/gallery/file/arcobjects-net-api/details?entryID=0F09D031-1422-2418-8839-02AE02C23A15&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;OBJECT type="application/x-shockwave-flash" height="355" width="425" data="&amp;lt;/span&amp;gt;&amp;lt;a class=&amp;quot;jive-link-external-small&amp;quot; href=&amp;quot;http://www.youtube.com/v/b3D0G68waL8"&gt;&lt;PARAM name="movie" value="&amp;lt;/span&amp;gt;&amp;lt;a class=&amp;quot;jive-link-external-small&amp;quot; href=&amp;quot;http://www.youtube.com/v/b3D0G68waL8" /&gt;&lt;PARAM name="allowScriptAccess" value="sameDomain" /&gt;&lt;PARAM name="quality" value="best" /&gt;&lt;PARAM name="bgcolor" value="#FFFFFF" /&gt;&lt;PARAM name="scale" value="noScale" /&gt;&lt;PARAM name="salign" value="TL" /&gt;&lt;PARAM name="FlashVars" value="playerMode=embedded" /&gt;&lt;PARAM name="wmode" value="transparent" /&gt;&lt;/OBJECT&gt;&lt;BR /&gt;" rel="nofollow" target="_blank"&amp;gt;http://www.youtube.com/watch?v=b3D0G68waL8[/video]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://nicogis.blogspot.it/2012/05/geometric-network.html"&gt;http://nicogis.blogspot.it/2012/05/geometric-network.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 10:00:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135622#M635</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2012-10-26T10:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Custom SOE in ArcGIS Server 10 - REST API - InValid URL</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135623#M636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Domenico for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wrote some code for doing the geometric network but my problem is accessing to UtilityNetworkAnalysisExt. Finally I found that it is not available in ArcGIS Server!!! And this is the ArcObject Library Reference for that:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://edndoc.esri.com/arcobjects/9.2/ComponentHelp/esriEditorExt/UtilityNetworkAnalysisExt.htm"&gt;http://edndoc.esri.com/arcobjects/9.2/ComponentHelp/esriEditorExt/UtilityNetworkAnalysisExt.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, Thanks for your time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Oct 2012 21:52:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/custom-soe-in-arcgis-server-10-rest-api-invalid/m-p/135623#M636</guid>
      <dc:creator>AhadKheirabadi</dc:creator>
      <dc:date>2012-10-28T21:52:57Z</dc:date>
    </item>
  </channel>
</rss>

