<?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 Confirming URL construction from GeoEvent in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/confirming-url-construction-from-geoevent/m-p/292726#M1206</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'm using the &lt;STRONG&gt;Poll an External Website for XML&lt;/STRONG&gt; using the parameters listed below. Based on my troubleshooting I can only receive data when I include the API key directly in the URL field (instead of the Parameters field). What I am wondering is what the final URL looks like that GeoEvent is using to query the service? I need the two parameters I've indicated to be added to the end of what I have in the URL (and I have included the '/' already). Is there somewhere I can check this? I've been told by the vendor that my parameters are not coming through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="366444" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/366444_pastedImage_1.png" style="width: 620px; height: 449px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2017 16:44:08 GMT</pubDate>
    <dc:creator>AllWeatherHeather</dc:creator>
    <dc:date>2017-08-10T16:44:08Z</dc:date>
    <item>
      <title>Confirming URL construction from GeoEvent</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/confirming-url-construction-from-geoevent/m-p/292726#M1206</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'm using the &lt;STRONG&gt;Poll an External Website for XML&lt;/STRONG&gt; using the parameters listed below. Based on my troubleshooting I can only receive data when I include the API key directly in the URL field (instead of the Parameters field). What I am wondering is what the final URL looks like that GeoEvent is using to query the service? I need the two parameters I've indicated to be added to the end of what I have in the URL (and I have included the '/' already). Is there somewhere I can check this? I've been told by the vendor that my parameters are not coming through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="366444" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/366444_pastedImage_1.png" style="width: 620px; height: 449px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 16:44:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/confirming-url-construction-from-geoevent/m-p/292726#M1206</guid>
      <dc:creator>AllWeatherHeather</dc:creator>
      <dc:date>2017-08-10T16:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Confirming URL construction from GeoEvent</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/confirming-url-construction-from-geoevent/m-p/292727#M1207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the help of the wonderful folks over at Esri Canada tech support we were able to solve this one. The answer was to place the entire string in the URL field and replace the "&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;:&lt;/STRONG&gt;&lt;/SPAN&gt;" with "&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;%3A&lt;/STRONG&gt;&lt;/SPAN&gt;". The original and the result look something like this (with the API key masked as &lt;SPAN style="color: #999999;"&gt;&lt;EM&gt;abc123)&lt;/EM&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fservices.marinetraffic.com%2Fapi%2Fexportvessels%2Fv" rel="nofollow" target="_blank"&gt;http://services.marinetraffic.com/api/exportvessels/v&lt;/A&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;:&lt;/STRONG&gt;&lt;/SPAN&gt;8/&lt;SPAN style="color: #999999;"&gt;&lt;EM&gt;abc123&lt;/EM&gt;&lt;/SPAN&gt;/timespan&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;:&lt;/STRONG&gt;&lt;/SPAN&gt;150/protocol&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;:&lt;/STRONG&gt;&lt;/SPAN&gt;xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Working URL for GeoEvent:&lt;/STRONG&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fservices.marinetraffic.com%2Fapi%2Fexportvessels%2Fv" rel="nofollow" target="_blank"&gt;http://services.marinetraffic.com/api/exportvessels/v&lt;/A&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;%3A&lt;/STRONG&gt;&lt;/SPAN&gt;8/&lt;EM style="color: #999999;"&gt;abc123&lt;/EM&gt;/timespan&lt;STRONG style="color: #ff0000;"&gt;%3A&lt;/STRONG&gt;150/protocol&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;%3A&lt;/STRONG&gt;&lt;/SPAN&gt;xml&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 21:23:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/confirming-url-construction-from-geoevent/m-p/292727#M1207</guid>
      <dc:creator>AllWeatherHeather</dc:creator>
      <dc:date>2017-08-16T21:23:32Z</dc:date>
    </item>
  </channel>
</rss>

