<?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: Help with WCF in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-with-wcf/m-p/443200#M11506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Still having problems getting the WCF service working on the remote server. I have been following some tutorials, but none of them seem to work. Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2012 17:00:14 GMT</pubDate>
    <dc:creator>RobertPincus</dc:creator>
    <dc:date>2012-01-11T17:00:14Z</dc:date>
    <item>
      <title>Help with WCF</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-with-wcf/m-p/443195#M11501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have embeded a WCF service in a VS2010 project. The service simply gets the distinct city names from a table in our Sql Server 2008 SDE database. The project runs fine when running in the VS debugger. When I publish the application to our webserver, the services fail. What do I need to do to troubleshoot this? Should I create WCF services on the webserver independent of the project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 14:47:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-with-wcf/m-p/443195#M11501</guid>
      <dc:creator>RobertPincus</dc:creator>
      <dc:date>2012-01-04T14:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with WCF</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-with-wcf/m-p/443196#M11502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might have better luck finding answers from Silverlight forum. This seems related: &lt;/SPAN&gt;&lt;A href="http://forums.silverlight.net/t/222292.aspx/1"&gt;http://forums.silverlight.net/t/222292.aspx/1&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 16:58:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-with-wcf/m-p/443196#M11502</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-01-04T16:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with WCF</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-with-wcf/m-p/443197#M11503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Create your WCF as separated or independent Web Site of type "WCF Service".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Deploy your WCF on your IIS server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Configure the Web.config file properly on the WCF side (set proper array sizes and bindings)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Test the WCF with a Windows or Asp.net application (Silverlight is not good for testing or debug)&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;After the WCF runs properly (it does what you want it to do), reference it within your Silverlight / Esri application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have not done it before, you really need my help.&amp;nbsp; I can help you - walk you through.&amp;nbsp; The most difficult part is the settings in the Web.Config file of the WCF and the client's Web.config as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my particular case, I created a standard .NET library (dll) which does all the work.&amp;nbsp; Then, I created an empty Web site of type "WCF Service" which exposes (serves) the dll (I get more .NET power this way); my WCF interfase and the "Service" itself reside inside the dll, rather than on the web site.&amp;nbsp; When I update the dll, I do not need to re-deploy the web site that exposes the WCF - I just copy the dll inside the "bin" folder of the Web site.&amp;nbsp; The applications just refresh or update their service instances to get the updates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hugo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 19:22:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-with-wcf/m-p/443197#M11503</guid>
      <dc:creator>HugoCardenas</dc:creator>
      <dc:date>2012-01-04T19:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help with WCF</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-with-wcf/m-p/443198#M11504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I saw your post this problem and I will follow your suggestions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 14:57:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-with-wcf/m-p/443198#M11504</guid>
      <dc:creator>RobertPincus</dc:creator>
      <dc:date>2012-01-05T14:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help with WCF</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-with-wcf/m-p/443199#M11505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This sample might also help you with some ideas how to create a service (slightly different approach than WCF but more flexible): &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=6d28a606369c43fd9a6f929541ae7c93"&gt;http://www.arcgis.com/home/item.html?id=6d28a606369c43fd9a6f929541ae7c93&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 18:59:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-with-wcf/m-p/443199#M11505</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2012-01-06T18:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help with WCF</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-with-wcf/m-p/443200#M11506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Still having problems getting the WCF service working on the remote server. I have been following some tutorials, but none of them seem to work. Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 17:00:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-with-wcf/m-p/443200#M11506</guid>
      <dc:creator>RobertPincus</dc:creator>
      <dc:date>2012-01-11T17:00:14Z</dc:date>
    </item>
  </channel>
</rss>

