<?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: Silverlight - Loading google mapsengine WMS layer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712210#M18304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also I deployed the test app in server that does not required proxy as well but still same issue..&lt;/P&gt;&lt;P&gt;some reason it keep seeking policy file...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2014 10:00:08 GMT</pubDate>
    <dc:creator>MuthuKumaran</dc:creator>
    <dc:date>2014-11-06T10:00:08Z</dc:date>
    <item>
      <title>Silverlight - Loading google mapsengine WMS layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712205#M18299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried loading google mapsengine wms (https) layer using both &lt;STRONG&gt;ArcGIS API for Flex and Silverlight &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Flex:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Loads the layer successfully after sequence of below request (success)&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;Request to crossdomain.xml &lt;/LI&gt;&lt;LI&gt;Request to mapsengine WMS layer &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Where as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Silverlight:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Failed to load layer – when examine the request sequence below&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;Request to clientaccesspolicy.xml&amp;nbsp; ( failed)&lt;/LI&gt;&lt;LI&gt;Request to crossdomain.xml ( success)&lt;/LI&gt;&lt;LI&gt;WMS map request not place as (1) failed &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why Silverlight seeking clientaccesspolicy.xml ? where as Flex don't?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try deploy Silverlight both http and https but still failed.&lt;/P&gt;&lt;P&gt;Seems google mapsengine does not have clientaccesspolicy.xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice much appreciated .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 03:08:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712205#M18299</guid>
      <dc:creator>MuthuKumaran</dc:creator>
      <dc:date>2014-10-23T03:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Silverlight - Loading google mapsengine WMS layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712206#M18300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Why Silverlight seeking clientaccesspolicy.xml ? where as Flex don't?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;ClienAccessPolicy is a Silverlight thing so it's normal that FLEX doesn't try accessing it.&lt;/P&gt;&lt;P&gt;Silverlight supports 2 different mechanisms for services to opt-in to cross-domain access: either using&amp;nbsp; ClientAccessPolicy.xml or CrossDomain.xml (&lt;A href="http://msdn.microsoft.com/en-us/library/cc197955(VS.95).aspx"&gt;More Info&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Seems google mapsengine does not have clientaccesspolicy.xml&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Google maps engine seems to have a &lt;A href="https://mapsengine.google.com/clientaccesspolicy.xml"&gt;ClientAccessPolicy &lt;/A&gt;file, So a Silverlight app should be able to get it. What is the url of the request to clientaccesspolicy.xml that fails?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I you can share the URL of your public Google mapsengine WMS service, I will give a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Dominique&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 09:01:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712206#M18300</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2014-10-23T09:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Silverlight - Loading google mapsengine WMS layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712207#M18301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dominique thanks for your response;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) &lt;A href="https://mapsengine.google.com/clientaccesspolicy.xml" title="https://mapsengine.google.com/clientaccesspolicy.xml"&gt;https://mapsengine.google.com/clientaccesspolicy.xml&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I'm getting it&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;HTTP 404 Not Found&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Wondering does this works for you good???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b)&lt;/P&gt;&lt;P&gt;Where as&amp;nbsp; &lt;A href="https://mapsengine.google.com/crossdomain.xml" title="https://mapsengine.google.com/crossdomain.xml"&gt;https://mapsengine.google.com/crossdomain.xml&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; works fine&lt;/P&gt;&lt;P&gt;This is what I mentioned exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 09:30:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712207#M18301</guid>
      <dc:creator>MuthuKumaran</dc:creator>
      <dc:date>2014-10-23T09:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Silverlight - Loading google mapsengine WMS layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712208#M18302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muthu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right, the crossdomain file exists and the clientaccesspolicy doesn't. I said the opposite sorry about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue seems to be that the crossdomain file doesn't allow any request, so a Silverlight app can't access to the service (should be the same result for a FLEX app, isn't it?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Out of asking Google to change that :-), the workaround is to use a proxy and send the wms request through the proxy (that needs you set up a proxy and set the ProxyUrl of the WMS layer).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Dominique&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 10:05:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712208#M18302</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2014-10-23T10:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Silverlight - Loading google mapsengine WMS layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712209#M18303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dominique B,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try the workaround by sending WMS request through the proxy... no able to get it...&lt;/P&gt;&lt;P&gt;Any advise... Please&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;WmsLayer&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Consolas;"&gt; Url&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://mapsengine.google.com/......../wms/" rel="nofollow" target="_blank"&gt;https://mapsengine.google.com/......../wms/&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Consolas;"&gt; Layers&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;="Hybrid,03561566670629157711-16436634626419741036-4"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Consolas;"&gt;ProxyUrl&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;domain address&amp;gt;/SLProxyPage/proxy.ashx"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 09:45:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712209#M18303</guid>
      <dc:creator>MuthuKumaran</dc:creator>
      <dc:date>2014-11-06T09:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Silverlight - Loading google mapsengine WMS layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712210#M18304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also I deployed the test app in server that does not required proxy as well but still same issue..&lt;/P&gt;&lt;P&gt;some reason it keep seeking policy file...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 10:00:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712210#M18304</guid>
      <dc:creator>MuthuKumaran</dc:creator>
      <dc:date>2014-11-06T10:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Silverlight - Loading google mapsengine WMS layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712211#M18305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muthu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a proxy doesn't prevent Silverlight from checking the Policy file. You need to have a cross domain Policy file at the root of your proxy server.&lt;/P&gt;&lt;P&gt;The main advantage of the proxy is that the server is in your hands while the google server is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For testing purpose, you can use the ArcGIS SL demo proxy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;&lt;SPAN&gt;ProxyUrl="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://servicesbeta3.esri.com/SilverlightDemos/ProxyPage/proxy.ashx" rel="nofollow" target="_blank"&gt;http://servicesbeta3.esri.com/SilverlightDemos/ProxyPage/proxy.ashx&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That may give a clue about your issue.&lt;/P&gt;&lt;P&gt;You should see a succesful request to &lt;A href="http://servicesbeta3.esri.com/clientaccesspolicy.xml" title="http://servicesbeta3.esri.com/clientaccesspolicy.xml"&gt;http://servicesbeta3.esri.com/clientaccesspolicy.xml&lt;/A&gt;&amp;nbsp; and then the requests to the Google mapengine going though the proxy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 08:48:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712211#M18305</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2014-11-07T08:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Silverlight - Loading google mapsengine WMS layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712212#M18306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Additional info:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;I deployed the test app in server that does not required proxy&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Except if you deploy in Google server, a proxy is always required to access the Google server that has no cross domain Policy file (or actually has a Policy file that denies access)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 08:54:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-loading-google-mapsengine-wms-layer/m-p/712212#M18306</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2014-11-07T08:54:59Z</dc:date>
    </item>
  </channel>
</rss>

