<?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: Remote Web Service without crossdomain file in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79502#M1804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Similarly, you can make a request through a proxy, like the one esri has examples for.&amp;nbsp; That should work as well&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Jun 2011 17:29:05 GMT</pubDate>
    <dc:creator>HaroldBostic</dc:creator>
    <dc:date>2011-06-19T17:29:05Z</dc:date>
    <item>
      <title>Remote Web Service without crossdomain file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79500#M1802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My Flex viewer needs to access a web service on a remote server (not ArcGIS Server). The server administrator does not want a crossdomain.xml file placed on that server. What are my options?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 17:35:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79500#M1802</guid>
      <dc:creator>MarkHuffman</dc:creator>
      <dc:date>2011-06-17T17:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Web Service without crossdomain file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79501#M1803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My Flex viewer needs to access a web service on a remote server (not ArcGIS Server). The server administrator does not want a crossdomain.xml file placed on that server. What are my options?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You could probably re-route the web service by writing your own custom webservice that consumes the one you want, then you can control the crossdomain.xml file on your end.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so the architecture would look like...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Flex App -&amp;gt; Your Webservice -&amp;gt; Their web service&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2011 02:24:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79501#M1803</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2011-06-18T02:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Web Service without crossdomain file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79502#M1804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Similarly, you can make a request through a proxy, like the one esri has examples for.&amp;nbsp; That should work as well&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2011 17:29:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79502#M1804</guid>
      <dc:creator>HaroldBostic</dc:creator>
      <dc:date>2011-06-19T17:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Web Service without crossdomain file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79503#M1805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Similarly, you can make a request through a proxy, like the one esri has examples for.&amp;nbsp; That should work as well&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; This is probably a better and simpler solution that mine &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2011 17:35:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79503#M1805</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2011-06-19T17:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Web Service without crossdomain file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79504#M1806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your replies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the proxy option the one referenced &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/help/index.html#/Using_the_proxy_page/017p0000000v000000/"&gt;here&lt;/A&gt;&lt;SPAN&gt;? If so, that seems to apply to a remote ArcGIS Server service, which this is not.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 15:43:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79504#M1806</guid>
      <dc:creator>MarkHuffman</dc:creator>
      <dc:date>2011-06-20T15:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Web Service without crossdomain file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79505#M1807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, but ArcGIS Server services are one use case.&amp;nbsp; for instance, the ArcGIS Flexviewer uses the proxy to access georss feeds.&amp;nbsp; you can access any type of webservice in the proxy page, you can access any url from the proxy page for that matter.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 16:13:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79505#M1807</guid>
      <dc:creator>HaroldBostic</dc:creator>
      <dc:date>2011-06-20T16:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Web Service without crossdomain file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79506#M1808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's good to know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this feature for Flex version 2.x only? It appears to be. If so, I will accelerate my upgrading plans.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 15:28:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79506#M1808</guid>
      <dc:creator>MarkHuffman</dc:creator>
      <dc:date>2011-06-21T15:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Web Service without crossdomain file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79507#M1809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you talking about georss feeds?&amp;nbsp; I'm not sure when the Viewer incorporated this functionality.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Accessing a webservice is a function of the proxy and not tied to any implementation of the web APIs&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 17:39:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/remote-web-service-without-crossdomain-file/m-p/79507#M1809</guid>
      <dc:creator>HaroldBostic</dc:creator>
      <dc:date>2011-06-21T17:39:59Z</dc:date>
    </item>
  </channel>
</rss>

