<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : how do ideablade config the clients?</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : how do ideablade config the clients?</description>
  <pubDate>Mon, 13 Apr 2026 19:10:09 -700</pubDate>
  <lastBuildDate>Mon, 22 Oct 2012 09:35:56 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=3733</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>how do ideablade config the clients? :   The DevForce services, EntityService.svc...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3733&amp;PID=14937#14937</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 3733<br /><strong>Posted:</strong> 22-Oct-2012 at 9:35am<br /><br />The DevForce services, EntityService.svc and EntityServer.svc, build up a CustomBinding, using the protocol scheme from the URI to determine whether SSL is used.&nbsp; <div>&nbsp;</div><div>Basically what you're doing, but with the added check of the uri.Scheme, something like this:</div><div>&nbsp;</div><div>Uri uri = new Uri(Application.Current.Host.Source, "../Services/Authentication.svc");<br>if (uri.Scheme == "http")</div><div>&nbsp;&nbsp;&nbsp; BasicHttpBinding binding = new BasicHttpBinding();</div><div>else if (uri.Scheme == "https")</div><div>&nbsp;&nbsp;&nbsp; BasicHttpBinding binding = new BasicHttpBinding(BasicHttpSecurityMode.Transport);</div><div>EndpointAddress ep = new EndpointAddress(uri);<br>service = new ServiceAuthentication.AuthenticationClient(binding, ep);<br></div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Mon, 22 Oct 2012 09:35:56 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3733&amp;PID=14937#14937</guid>
  </item> 
  <item>
   <title>how do ideablade config the clients? :   If you don&amp;#039;t want to...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3733&amp;PID=14936#14936</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=892" rel="nofollow">sbelini</a><br /><strong>Subject:</strong> 3733<br /><strong>Posted:</strong> 22-Oct-2012 at 8:52am<br /><br />If you don't want to use the config file, you can use ServiceProxyEvents to do it in code.<div> </div><div>You'll find more details at <a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/deploy-advanced-c&#111;nfigurati&#111;n" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/deploy-advanced-configuration</a> and <a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/code-sample-custom-client-c&#111;nfigurati&#111;n" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-custom-client-configuration</a>.</div>]]>
   </description>
   <pubDate>Mon, 22 Oct 2012 08:52:44 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3733&amp;PID=14936#14936</guid>
  </item> 
  <item>
   <title>how do ideablade config the clients? : Hello,I&amp;#039;ve switched from...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3733&amp;PID=14934#14934</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1136" rel="nofollow">pponzano</a><br /><strong>Subject:</strong> 3733<br /><strong>Posted:</strong> 22-Oct-2012 at 2:05am<br /><br />Hello,<br>I've switched from http to https and I've noticed that ideablade automatically adopted the transport layer... for my sercive (wcf) I have to specify the binding as <br><br>&nbsp;&nbsp;&nbsp;&nbsp; Uri uri = new Uri(Application.Current.Host.Source, "../Services/Authentication.svc");<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BasicHttpBinding binding = new BasicHttpBinding();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EndpointAddress ep = new EndpointAddress(uri);<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; service = new ServiceAuthentication.AuthenticationClient(binding, ep);<br><br>...is there a simpler way that permits me to have it dinamically created one? <br><br>I don't want to use the serviceclient.config since it has the address fixed in the configuration<br><br>&nbsp;&nbsp; &lt;endpoint address="http://localhost/xxxClient/Services/Authentication.svc"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IAuthentication"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contract="ServiceAuthentication.IAuthentication" name="BasicHttpBinding_IAuthentication" /&gt;<br><br>Thanks<br>]]>
   </description>
   <pubDate>Mon, 22 Oct 2012 02:05:40 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3733&amp;PID=14934#14934</guid>
  </item> 
 </channel>
</rss>