<?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 Adding WMS layers in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-wms-layers/m-p/510266#M13055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been playing around with WMS layers in a WPF application but am having some difficulty getting any WMS layers to display when using a service not given in the WMS_WPF sample (for v1.2 of the API).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using either this sample solution or the Toolkit.Datasources assembly in v2.0 I get the same problem. What am I missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the following piece of xaml nested in the Map.Layers section of the WMS_WPF sample solution&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;esriWMS:WMSMapServiceLayer ID="MyLayer" Layers="2909_17518_bg" Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://aes.gsfc.nasa.gov/cgi-bin/wms" rel="nofollow" target="_blank"&gt;http://aes.gsfc.nasa.gov/cgi-bin/wms&lt;/A&gt;&lt;SPAN&gt;" Opacity="0.7"&amp;gt;&amp;lt;/esriWMS:WMSMapServiceLayer&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;equivalently,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;esriToolkitDS:WmsLayer ID="MyLayer" Layers="2909_17518_bg" Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://aes.gsfc.nasa.gov/cgi-bin/wms" rel="nofollow" target="_blank"&gt;http://aes.gsfc.nasa.gov/cgi-bin/wms&lt;/A&gt;&lt;SPAN&gt;" Opacity="0.7"&amp;gt;&amp;lt;/esriToolkitDS:WmsLayer&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in v2.0 of the API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jul 2010 13:17:37 GMT</pubDate>
    <dc:creator>JayRaja</dc:creator>
    <dc:date>2010-07-28T13:17:37Z</dc:date>
    <item>
      <title>Adding WMS layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-wms-layers/m-p/510266#M13055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been playing around with WMS layers in a WPF application but am having some difficulty getting any WMS layers to display when using a service not given in the WMS_WPF sample (for v1.2 of the API).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using either this sample solution or the Toolkit.Datasources assembly in v2.0 I get the same problem. What am I missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the following piece of xaml nested in the Map.Layers section of the WMS_WPF sample solution&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;esriWMS:WMSMapServiceLayer ID="MyLayer" Layers="2909_17518_bg" Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://aes.gsfc.nasa.gov/cgi-bin/wms" rel="nofollow" target="_blank"&gt;http://aes.gsfc.nasa.gov/cgi-bin/wms&lt;/A&gt;&lt;SPAN&gt;" Opacity="0.7"&amp;gt;&amp;lt;/esriWMS:WMSMapServiceLayer&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;equivalently,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;esriToolkitDS:WmsLayer ID="MyLayer" Layers="2909_17518_bg" Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://aes.gsfc.nasa.gov/cgi-bin/wms" rel="nofollow" target="_blank"&gt;http://aes.gsfc.nasa.gov/cgi-bin/wms&lt;/A&gt;&lt;SPAN&gt;" Opacity="0.7"&amp;gt;&amp;lt;/esriToolkitDS:WmsLayer&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in v2.0 of the API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 13:17:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-wms-layers/m-p/510266#M13055</guid>
      <dc:creator>JayRaja</dc:creator>
      <dc:date>2010-07-28T13:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding WMS layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-wms-layers/m-p/510267#M13056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have been playing around with WMS layers in a WPF application but am having some difficulty getting any WMS layers to display when using a service not given in the WMS_WPF sample (for v1.2 of the API).&lt;BR /&gt;&lt;BR /&gt;Using either this sample solution or the Toolkit.Datasources assembly in v2.0 I get the same problem. What am I missing?&lt;BR /&gt;&lt;BR /&gt;I have the following piece of xaml nested in the Map.Layers section of the WMS_WPF sample solution&lt;BR /&gt;&lt;BR /&gt;&amp;lt;esriWMS:WMSMapServiceLayer ID="MyLayer" Layers="2909_17518_bg" Url="http://aes.gsfc.nasa.gov/cgi-bin/wms" Opacity="0.7"&amp;gt;&amp;lt;/esriWMS:WMSMapServiceLayer&amp;gt;&lt;BR /&gt;&lt;BR /&gt;equivalently,&lt;BR /&gt;&lt;BR /&gt;&amp;lt;esriToolkitDS:WmsLayer ID="MyLayer" Layers="2909_17518_bg" Url="http://aes.gsfc.nasa.gov/cgi-bin/wms" Opacity="0.7"&amp;gt;&amp;lt;/esriToolkitDS:WmsLayer&amp;gt;&lt;BR /&gt;&lt;BR /&gt;in v2.0 of the API.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, have you set up a cross domain (clientaccesspolicy) that permits this use of this URL?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 18:59:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-wms-layers/m-p/510267#M13056</guid>
      <dc:creator>KevinDeege</dc:creator>
      <dc:date>2010-07-28T18:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding WMS layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-wms-layers/m-p/510268#M13057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, it's not a Silverlight app so I don't need one. The WMS layers given in the ESRI examples work, just nothing else it seems.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 07:00:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-wms-layers/m-p/510268#M13057</guid>
      <dc:creator>JayRaja</dc:creator>
      <dc:date>2010-07-29T07:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding WMS layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-wms-layers/m-p/510269#M13058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I use an older version of the WmsLayer code, and when I updated to the latest, it broke. I think there's a problem with the GetCapabilities() method and some WMS sources (not all WMS are equal :)). Get out your Fiddler to see what error the WMS returns.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 11:44:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-wms-layers/m-p/510269#M13058</guid>
      <dc:creator>DanielWalton</dc:creator>
      <dc:date>2010-07-29T11:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding WMS layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-wms-layers/m-p/510270#M13059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Fiddler was the key! I can see that the WMS Server returns an exception as the width / height and the extent specified were inadmissible for the layer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the WMS sample, I can manipulate the values in the query string to use the correct values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The incorrect extent is slightly irritating as I had specified it in my xaml correctly but when the request is made the values differ.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 10:26:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-wms-layers/m-p/510270#M13059</guid>
      <dc:creator>JayRaja</dc:creator>
      <dc:date>2010-07-30T10:26:51Z</dc:date>
    </item>
  </channel>
</rss>

