<?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 ArcGIS Viewer for Silverlight...using sde service to Build Basemap &amp;amp;amp; Layers in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-viewer-for-silverlight-using-sde-service-to/m-p/735934#M18845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to Silverlight so bear with me.&amp;nbsp; I am trying to build an .mxd in ArcMap, and publish in ArcServer 10.&amp;nbsp; At that point I want to use the ArcViewer for Silverlight to touch the sde service in an effort to build a new basemap and add layers within the Silverlight viewer from the sde layers represented in the 'ArcServer Service'.&amp;nbsp; I list the server in browse as D422453603 and get an error that that there is NO service running on this server. (Note...since this is dev server IIS, the ArcServer service and ArcViewer for Silverlight are all on the same machine...eg. D422453603).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My questions are 1) How can I do that?...2) Do I need to populate the C:\Inetpub\wwwroot directory with a clientacesspolicy.xml file &amp;amp; if I do?...do I add D422453603 to this file...and where? 3) or do I need to go through the Proxy setup within the Viewer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jul 2011 20:43:56 GMT</pubDate>
    <dc:creator>MichaelMorin</dc:creator>
    <dc:date>2011-07-27T20:43:56Z</dc:date>
    <item>
      <title>ArcGIS Viewer for Silverlight...using sde service to Build Basemap &amp;amp; Layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-viewer-for-silverlight-using-sde-service-to/m-p/735934#M18845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to Silverlight so bear with me.&amp;nbsp; I am trying to build an .mxd in ArcMap, and publish in ArcServer 10.&amp;nbsp; At that point I want to use the ArcViewer for Silverlight to touch the sde service in an effort to build a new basemap and add layers within the Silverlight viewer from the sde layers represented in the 'ArcServer Service'.&amp;nbsp; I list the server in browse as D422453603 and get an error that that there is NO service running on this server. (Note...since this is dev server IIS, the ArcServer service and ArcViewer for Silverlight are all on the same machine...eg. D422453603).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My questions are 1) How can I do that?...2) Do I need to populate the C:\Inetpub\wwwroot directory with a clientacesspolicy.xml file &amp;amp; if I do?...do I add D422453603 to this file...and where? 3) or do I need to go through the Proxy setup within the Viewer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 20:43:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-viewer-for-silverlight-using-sde-service-to/m-p/735934#M18845</guid>
      <dc:creator>MichaelMorin</dc:creator>
      <dc:date>2011-07-27T20:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Viewer for Silverlight...using sde service to Build Basemap &amp; Layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-viewer-for-silverlight-using-sde-service-to/m-p/735935#M18846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; &lt;BR /&gt;I list the server in browse as D422453603 and get an error that that there is NO service running on this server.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You must give the REST services end point Url, something like &lt;/SPAN&gt;&lt;A href="http://D422453603/ArcGIS/rest/services"&gt;http://D422453603/ArcGIS/rest/services&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If not working in the viewer, try the Url directly in your browser, you should get the list of services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If still not working it's an issue with your server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; &lt;BR /&gt;2) Do I need to populate the C:\Inetpub\wwwroot directory with a clientacesspolicy.xml file &amp;amp; if I do?...do I add D422453603 to this file...and where? &lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You don't need that as long as your application server is the same one as your arcgis server, but you may need it in your future production environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;3) or do I need to go through the Proxy setup within the Viewer? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;It's an alternative if you can't add the clientaccesspolicy to the ArcGIS server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(for example with external servers)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 07:11:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-viewer-for-silverlight-using-sde-service-to/m-p/735935#M18846</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-07-28T07:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Viewer for Silverlight...using sde service to Build Basemap &amp; Layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-viewer-for-silverlight-using-sde-service-to/m-p/735936#M18847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You must give the REST services end point Url, something like &lt;A href="http://D422453603/ArcGIS/rest/services"&gt;http://D422453603/ArcGIS/rest/services&lt;/A&gt;. &lt;BR /&gt;If not working in the viewer, try the Url directly in your browser, you should get the list of services.&lt;BR /&gt;If still not working it's an issue with your server.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;You don't need that as long as your application server is the same one as your arcgis server, but you may need it in your future production environment.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;It's an alternative if you can't add the clientaccesspolicy to the ArcGIS server&lt;BR /&gt;(for example with external servers)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the response...success...I do not need the clientaccesspolicy.xml yet...but when I do what lines in that file need editing and how might that look?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, how would I do I add a Basemap from an existing sde service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Michael Morin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 14:33:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-viewer-for-silverlight-using-sde-service-to/m-p/735936#M18847</guid>
      <dc:creator>MichaelMorin</dc:creator>
      <dc:date>2011-07-28T14:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Viewer for Silverlight...using sde service to Build Basemap &amp; Layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-viewer-for-silverlight-using-sde-service-to/m-p/735937#M18848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; ...I do not need the clientaccesspolicy.xml yet...but when I do what lines in that file need editing and how might that look?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding using the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;clientaccesspolicy.xml&lt;/SPAN&gt;&lt;SPAN&gt; file, please review this help topic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#/FAQs/016600000009000000/"&gt;FAQs - Problem: I cannot load data from an external data source outside my application's domain&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Also, how would I do I add a Basemap from an existing sde service? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To enable custom basemaps in the Silverlight Viewer application builder, please review this help topic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapps/silverlightviewer/help/index.html#/Configuring_basemaps/01770000000t000000/"&gt;Configuring basemaps&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;(a login is required to access content)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In future, please post comments and questions related to the Silverlight Viewer beta 2 on the &lt;/SPAN&gt;&lt;A href="http://betacommunity.esri.com/"&gt;Esri Beta Community&lt;/A&gt;&lt;SPAN&gt;, as this is where the Dev team is monitoring user feedback.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 05:41:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-viewer-for-silverlight-using-sde-service-to/m-p/735937#M18848</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2011-07-29T05:41:02Z</dc:date>
    </item>
  </channel>
</rss>

