<?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: Exposing services to external users in 10.1 in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/exposing-services-to-external-users-in-10-1/m-p/383050#M14858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Randall,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the issue we're having. We're using a web adaptor for production that's inside our firewall. So internally, when we request getcapabilities, the OnlineResource tag looks something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;OnlineResource xmlns:xlink="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/xlink" rel="nofollow" target="_blank"&gt;http://www.w3.org/1999/xlink&lt;/A&gt;&lt;SPAN&gt;" xlink:type="simple" xlink:href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;&lt;STRONG&gt;webadaptor:8080&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/arcgis/services/folder/serviceName/MapServer/WmsServer?" /&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To access this service outside of the firewall, users are routed through a proxy e.g. "www.example.com". The user can use it to access the getcapabilities:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.example.com/arcgis/services/folder/serviceName/MapServer/WMSServer?request=GetCapabilities&amp;amp;service=WMS" rel="nofollow" target="_blank"&gt;http://www.example.com/arcgis/services/folder/serviceName/MapServer/WMSServer?request=GetCapabilities&amp;amp;service=WMS&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But in the getcapabilities response it still shows "webadaptor:8080" in the URL, which is inaccessible to the user. So the question is, how can we change this to display "www.example.com" instead (as shown below)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;OnlineResource xmlns:xlink="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/xlink" rel="nofollow" target="_blank"&gt;http://www.w3.org/1999/xlink&lt;/A&gt;&lt;SPAN&gt;" xlink:type="simple" xlink:href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;&lt;STRONG&gt;&lt;A rel="nofollow"&gt;www.example.com&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/arcgis/services/folder/serviceName/MapServer/WmsServer?" /&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We're hoping to do this without using an external capabilities file. The links I provided above make it sound like this was possible in 10.0, but I haven't found anything similar for 10.1 Maybe this isn't valid for a WMS served by ArcGIS Server?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Nov 2013 12:03:28 GMT</pubDate>
    <dc:creator>BradPosthumus</dc:creator>
    <dc:date>2013-11-18T12:03:28Z</dc:date>
    <item>
      <title>Exposing services to external users in 10.1</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/exposing-services-to-external-users-in-10-1/m-p/383048#M14856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Services published in ArcGIS Server 10.1 to our production server are displaying internal URLs instead of our preferred external URL, particularly in the WMS GetCapabilities response. How can we change this URL? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the 10.0 help it mentions changing the REST configuration file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//009300001657000000"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//009300001657000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This blog post gives similar information:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2010/07/23/why-dont-some-of-the-links-work-in-my-arcgis-services-directory/"&gt;http://blogs.esri.com/esri/arcgis/2010/07/23/why-dont-some-of-the-links-work-in-my-arcgis-services-directory/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However I haven't found anything comparable for 10.1. Is there something I'm missing? We are using a web adaptor with a pair of servers in our setup.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 17:42:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/exposing-services-to-external-users-in-10-1/m-p/383048#M14856</guid>
      <dc:creator>BradPosthumus</dc:creator>
      <dc:date>2013-11-14T17:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exposing services to external users in 10.1</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/exposing-services-to-external-users-in-10-1/m-p/383049#M14857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any way you can post a diagram of your site configuration? You could use an external capabilities file, but you shouldn't have to. I suppose that depends on the nature of the problem, though. What specifically is failing in the getcapabilities response?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 17:07:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/exposing-services-to-external-users-in-10-1/m-p/383049#M14857</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2013-11-15T17:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exposing services to external users in 10.1</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/exposing-services-to-external-users-in-10-1/m-p/383050#M14858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Randall,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the issue we're having. We're using a web adaptor for production that's inside our firewall. So internally, when we request getcapabilities, the OnlineResource tag looks something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;OnlineResource xmlns:xlink="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/xlink" rel="nofollow" target="_blank"&gt;http://www.w3.org/1999/xlink&lt;/A&gt;&lt;SPAN&gt;" xlink:type="simple" xlink:href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;&lt;STRONG&gt;webadaptor:8080&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/arcgis/services/folder/serviceName/MapServer/WmsServer?" /&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To access this service outside of the firewall, users are routed through a proxy e.g. "www.example.com". The user can use it to access the getcapabilities:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.example.com/arcgis/services/folder/serviceName/MapServer/WMSServer?request=GetCapabilities&amp;amp;service=WMS" rel="nofollow" target="_blank"&gt;http://www.example.com/arcgis/services/folder/serviceName/MapServer/WMSServer?request=GetCapabilities&amp;amp;service=WMS&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But in the getcapabilities response it still shows "webadaptor:8080" in the URL, which is inaccessible to the user. So the question is, how can we change this to display "www.example.com" instead (as shown below)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;OnlineResource xmlns:xlink="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/xlink" rel="nofollow" target="_blank"&gt;http://www.w3.org/1999/xlink&lt;/A&gt;&lt;SPAN&gt;" xlink:type="simple" xlink:href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;&lt;STRONG&gt;&lt;A rel="nofollow"&gt;www.example.com&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/arcgis/services/folder/serviceName/MapServer/WmsServer?" /&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We're hoping to do this without using an external capabilities file. The links I provided above make it sound like this was possible in 10.0, but I haven't found anything similar for 10.1 Maybe this isn't valid for a WMS served by ArcGIS Server?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 12:03:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/exposing-services-to-external-users-in-10-1/m-p/383050#M14858</guid>
      <dc:creator>BradPosthumus</dc:creator>
      <dc:date>2013-11-18T12:03:28Z</dc:date>
    </item>
  </channel>
</rss>

