<?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 : Configuring BOS for WCF</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : Configuring BOS for WCF</description>
  <pubDate>Sat, 27 Jun 2026 05:28:23 -700</pubDate>
  <lastBuildDate>Thu, 28 Aug 2008 08:30:09 -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=923</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>Configuring BOS for WCF : OK. I&amp;#039;d suggest using the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3346#3346</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> 923<br /><strong>Posted:</strong> 28-Aug-2008 at 8:30am<br /><br />OK.&nbsp; I'd suggest using the customized settings only if you understand WCF or must modify the defaults, since it can be very confusing to have configuration information scattered around.&nbsp;&nbsp; <DIV>&nbsp;</DIV><DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV>BTW, DevForce EF is available now. :)</DIV>]]>
   </description>
   <pubDate>Thu, 28 Aug 2008 08:30:09 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3346#3346</guid>
  </item> 
  <item>
   <title>Configuring BOS for WCF : Many thanks Kim,your advice makes...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3344#3344</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=370" rel="nofollow">sebma</a><br /><strong>Subject:</strong> 923<br /><strong>Posted:</strong> 27-Aug-2008 at 7:39pm<br /><br /><P>Many thanks Kim,&nbsp;your advice makes good sense.</P><DIV>I used the simplest DevForce defaults (non-customized) that you recommend for now and it works.</DIV><DIV>For the customized settings, I will try them out subsequently using the new non-RC version of DevForce EF ;-)</DIV>]]>
   </description>
   <pubDate>Wed, 27 Aug 2008 19:39:02 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3344#3344</guid>
  </item> 
  <item>
   <title>Configuring BOS for WCF : Part 2 - if you do want to customize...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3340#3340</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> 923<br /><strong>Posted:</strong> 27-Aug-2008 at 9:25am<br /><br />Part 2 - if you do want to customize communication settings <DIV>&nbsp;</DIV><DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV>Your ServerConsole.v4.exe.config contents look fine.</DIV><DIV>&nbsp;</DIV><DIV><strong>Here's what a client-side serviceModel section should look like:</strong></DIV><DIV>&nbsp;</DIV><DIV>&lt;?xml version="1.0" encoding="utf-8"?&gt;<BR>&lt;configuration&gt;<BR>&nbsp; &lt;system.serviceModel&gt;<BR>&nbsp;&nbsp;<strong>&nbsp; &lt;client&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;endpoint name="EntityService"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address="</strong><a href="http://serverhostname:9009/EntityService" target="_blank"><strong>http://serverhostname:9009/EntityService</strong></A><strong>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; binding="customBinding" bindingConfiguration="compressedBinaryBinding"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contract="IdeaBlade.EntityModel.v4.IEntityServiceContract" /&gt;</strong></DIV><DIV><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;endpoint name="EntityServer"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address="</strong><a href="http://serverhostname:9009/EntityServer" target="_blank"><strong>http://serverhostname:9009/EntityServer</strong></A><strong>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; binding="customBinding" bindingConfiguration="compressedBinaryBinding"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contract="IdeaBlade.EntityModel.v4.IEntityServerContract" /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/client&gt;</strong></DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;bindings&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;customBinding&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;binding name="compressedBinaryBinding"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;gzipMessageEncoding&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;readerQuotas maxArrayLength="2147483647" maxDepth="2147483647"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/gzipMessageEncoding&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;httpTransport maxReceivedMessageSize="2147483647"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/binding&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/customBinding&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/bindings&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;!-- gzipMessageEncoding is a required extension.&nbsp; Do not remove. --&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;extensions&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;bindingElementExtensions&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add name="gzipMessageEncoding" type="IdeaBlade.Util.Wcf.Extensions.v4.GZipMessageEncodingElement, IdeaBlade.Util.v4"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/bindingElementExtensions&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/extensions&gt;<BR>&nbsp; &lt;/system.serviceModel&gt;<BR>&lt;/configuration&gt;<BR></DIV><span style="font-size:10px"><br /><br />Edited by kimj - 27-Aug-2008 at 12:05pm</span>]]>
   </description>
   <pubDate>Wed, 27 Aug 2008 09:25:21 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3340#3340</guid>
  </item> 
  <item>
   <title>Configuring BOS for WCF : Hi Sebastian,  You&amp;#039;re doing...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3339#3339</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> 923<br /><strong>Posted:</strong> 27-Aug-2008 at 9:16am<br /><br />Hi Sebastian,<DIV>&nbsp;</DIV><DIV>You're doing more than necessary to configure both the client and server - you normally only need to use the serviceModel section (which is WCF) if you need to customize the configuration, or if you are hosting the BOS in IIS.&nbsp; When you do need to customize settings with the serviceModel section, it's usually easiest to use one loose config file on each side with all configuration sections needed present, so that you know how communications were configured.&nbsp; When you do use two config files, it's best to remove the &lt;objectServer&gt; element from the IdeaBlade.v4 section.</DIV><DIV>&nbsp;</DIV><DIV>Here's what you can do, at the simplest, if you don't need to customize any of the DevForce defaults:</DIV><DIV>&nbsp;</DIV><DIV><strong>Server-side config - embedded or loose:</strong></DIV><DIV><DIV>&lt;?xml version="1.0" encoding="utf-8"?&gt;<BR>&lt;configuration&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;configSections&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;section name="ideaBlade.v4" type="IdeaBlade.Util.Configuration.v4.IdeaBladeSection, IdeaBlade.Util.v4, Version=4.1.2.0, Culture=neutral, PublicKeyToken=287b5094865421c0" /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/configSections&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;ideaBlade.v4 version="4.00" useDTC="false" copyLocal="false"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; loginManagerRequired="false"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;logging logFile="DebugLog.xml" archiveLogs="false" serviceName=""<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; port="0" usesSeparateAppDomain="false" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </DIV><DIV>&nbsp; &lt;!-- this configures the BOS with DevForce defaults --&gt;<BR><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;objectServer isDistributed="true" remoteBaseURL="</strong><a href="http://development-01/" target="_blank"><strong>http://development-01</strong></A><strong>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; serviceName="EntityService" serverPort="9009" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR></strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;edmKeys&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;edmKey connection="metadata=res://......"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; containerName="DomainModel.MyEntities" logTraceString="false"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="Default" tag=""&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;probeAssemblyNames&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;probeAssemblyName name="MyDomainModel" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;probeAssemblyName name="MyServerModel" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/probeAssemblyNames&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/edmKey&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/edmKeys&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/ideaBlade.v4&gt;<BR>&lt;/configuration&gt;</DIV><DIV>&nbsp;</DIV><DIV><strong>Client-side config - embedded or loose:</strong></DIV><DIV>&lt;?xml version="1.0" encoding="utf-8"?&gt;<BR>&lt;configuration&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;configSections&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;section name="ideaBlade.v4" type="IdeaBlade.Util.Configuration.v4.IdeaBladeSection, IdeaBlade.Util.v4, Version=4.1.2.0, Culture=neutral, PublicKeyToken=287b5094865421c0" /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/configSections&gt;<BR>&nbsp; &lt;ideaBlade.v4 version="4.00"&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;logging logFile="DebugLog.xml" archiveLogs="false" /&gt;</DIV><DIV>&nbsp;</DIV><DIV><strong>&nbsp;&nbsp;&nbsp; &lt;!-- On the client, this configures the communications proxy to the BOS --&gt;</strong></DIV><DIV><DIV><strong>&nbsp;&nbsp;&nbsp; &lt;objectServer isDistributed="true" remoteBaseURL="</strong><a href="http://servr/" target="_blank"><strong>http://serverhostname</strong></A><strong>"<BR>&nbsp;&nbsp;&nbsp; serviceName="EntityService" serverPort="9009" /&gt;</strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV>&lt;!-- Include edmkeys if probing for any interface implementations,</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; such as IIdGenerator</DIV><DIV>--&gt;</DIV><DIV>&nbsp;&lt;edmKeys&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;edmKey&nbsp;name="Default" &gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;probeAssemblyNames&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;probeAssemblyName name="MyDomainModel" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/probeAssemblyNames&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/edmKey&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/edmKeys&gt;<BR>&nbsp; &lt;/ideaBlade.v4&gt;<BR>&lt;/configuration&gt;</DIV></DIV></DIV>]]>
   </description>
   <pubDate>Wed, 27 Aug 2008 09:16:58 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3339#3339</guid>
  </item> 
  <item>
   <title>Configuring BOS for WCF : PART 2 My embedded app.config...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3336#3336</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=370" rel="nofollow">sebma</a><br /><strong>Subject:</strong> 923<br /><strong>Posted:</strong> 26-Aug-2008 at 11:34pm<br /><br />PART 2<DIV>My embedded app.config on client-side remote executable&nbsp;contains:</DIV><DIV>&lt;?xml version="1.0" encoding="utf-8"?&gt;<BR>&lt;configuration&gt;<BR>&nbsp; &lt;ideaBlade.v4 version="4.00"&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;logging logFile="DebugLog.xml" archiveLogs="false" /&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;objectServer isDistributed="true" remoteBaseURL="<a href="http://servr" target="_blank">http://serverhostname</A>"<BR>&nbsp;&nbsp;&nbsp; serviceName="EntityService" serverPort="9009" /&gt;<BR>&nbsp; &lt;/ideaBlade.v4&gt;<BR>&lt;/configuration&gt;</DIV><DIV>&nbsp;</DIV><DIV>My remoteclient.exe.config contains:</DIV><DIV>&lt;?xml version="1.0" encoding="utf-8"?&gt;<BR>&lt;configuration&gt;<BR>&nbsp; &lt;system.serviceModel&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;services&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;service name="EntityService"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;endpoint<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;address="<a href="http://serverhostname:9009/EntityService" target="_blank">http://serverhostname:9009/EntityService</A>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; binding="customBinding" bindingConfiguration="compressedBinaryBinding"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contract="IdeaBlade.EntityModel.v4.IEntityServiceContract" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/service&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;service name="IdeaBlade.EntityModel.Server.v4.EntityServer"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;endpoint<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address="<a href="http://serverhostname:9010/EntityServer" target="_blank">http://serverhostname:9010/EntityServer</A>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; binding="customBinding" bindingConfiguration="compressedBinaryBinding"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contract="IdeaBlade.EntityModel.v4.IEntityServerContract" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/service&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/services&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;bindings&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;customBinding&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;binding name="compressedBinaryBinding"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;gzipMessageEncoding&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;readerQuotas maxArrayLength="2147483647" maxDepth="2147483647"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/gzipMessageEncoding&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;httpTransport maxReceivedMessageSize="2147483647"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/binding&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/customBinding&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/bindings&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;!-- gzipMessageEncoding is a required extension.&nbsp; Do not remove. --&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;extensions&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;bindingElementExtensions&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add name="gzipMessageEncoding" type="IdeaBlade.Util.Wcf.Extensions.v4.GZipMessageEncodingElement, IdeaBlade.Util.v4"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/bindingElementExtensions&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/extensions&gt;<BR>&nbsp; &lt;/system.serviceModel&gt;<BR>&lt;/configuration&gt;<BR></DIV>]]>
   </description>
   <pubDate>Tue, 26 Aug 2008 23:34:07 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3336#3336</guid>
  </item> 
  <item>
   <title>Configuring BOS for WCF : PART 1 Thanks David and Kim....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3335#3335</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=370" rel="nofollow">sebma</a><br /><strong>Subject:</strong> 923<br /><strong>Posted:</strong> 26-Aug-2008 at 11:23pm<br /><br /><DIV>PART 1</DIV><DIV>Thanks David and Kim. I have yet to download the real non-RC version, but I got my remote client and&nbsp;ServiceConsole.V4.exe&nbsp;server working.&nbsp;My config settings are:</DIV><DIV>My embedded app.config on server-side contains:</DIV><DIV>&lt;?xml version="1.0" encoding="utf-8"?&gt;<BR>&lt;configuration&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;configSections&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;section name="ideaBlade.v4" type="IdeaBlade.Util.Configuration.v4.IdeaBladeSection, IdeaBlade.Util.v4, Version=4.1.2.0, Culture=neutral, PublicKeyToken=287b5094865421c0" /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/configSections&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;ideaBlade.v4 version="4.00" useDTC="false" copyLocal="false"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; loginManagerRequired="false"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;logging logFile="DebugLog.xml" archiveLogs="false" serviceName=""<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; port="0" usesSeparateAppDomain="false" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;objectServer isDistributed="true" remoteBaseURL="<a href="http://development-01" target="_blank">http://development-01</A>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; serviceName="EntityService" serverPort="9009" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;edmKeys&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;edmKey connection="metadata=res://......"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; containerName="DomainModel.MyEntities" logTraceString="false"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="Default" tag=""&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;probeAssemblyNames&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;probeAssemblyName name="MyDomainModel" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;probeAssemblyName name="MyServerModel" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/probeAssemblyNames&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/edmKey&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/edmKeys&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;notificationService enabled="false" serverPort="9011" clientPort="0" /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/ideaBlade.v4&gt;<BR>&lt;/configuration&gt;</DIV><DIV>&nbsp;</DIV><DIV>My ServiceConsole.V4.exe.config contains:</DIV><DIV>&lt;?xml version="1.0" encoding="utf-8"?&gt;<BR>&lt;configuration&gt;<BR>&nbsp; &lt;!-- =========== WCF hosting section ============== --&gt;<BR>&nbsp; &lt;system.serviceModel&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;services&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;service name="EntityService"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;endpoint<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;address="<a href="http://development-01:9009/EntityService" target="_blank">http://development-01:9009/EntityService</A>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; binding="customBinding" bindingConfiguration="compressedBinaryBinding"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contract="IdeaBlade.EntityModel.v4.IEntityServiceContract" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/service&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;service name="IdeaBlade.EntityModel.Server.v4.EntityServer"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;endpoint<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address="<a href="http://development-01:9010/EntityServer" target="_blank">http://development-01:9010/EntityServer</A>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; binding="customBinding" bindingConfiguration="compressedBinaryBinding"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contract="IdeaBlade.EntityModel.v4.IEntityServerContract" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/service&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/services&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;bindings&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;customBinding&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;binding name="compressedBinaryBinding"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;gzipMessageEncoding&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;readerQuotas maxArrayLength="2147483647" maxDepth="2147483647"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/gzipMessageEncoding&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;httpTransport maxReceivedMessageSize="2147483647"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/binding&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/customBinding&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/bindings&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;!-- gzipMessageEncoding is a required extension.&nbsp; Do not remove. --&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;extensions&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;bindingElementExtensions&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add name="gzipMessageEncoding" type="IdeaBlade.Util.Wcf.Extensions.v4.GZipMessageEncodingElement, IdeaBlade.Util.v4"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/bindingElementExtensions&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/extensions&gt;<BR>&nbsp; &lt;/system.serviceModel&gt;<BR>&lt;/configuration&gt;</DIV>]]>
   </description>
   <pubDate>Tue, 26 Aug 2008 23:23:42 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3335#3335</guid>
  </item> 
  <item>
   <title>Configuring BOS for WCF : As David mentioned, out of the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3334#3334</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> 923<br /><strong>Posted:</strong> 26-Aug-2008 at 11:50am<br /><br />As David mentioned, out of the box both the ServerConsole and your client applications will use WCF, so long as you've turned on distributed processing: <DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;objectServer isDistributed="true" <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; remoteBaseURL="<a href="http://localhost" target="_blank">http://localhost</A>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; serviceName="EntityService" <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; serverPort="9009"&nbsp;/&gt;<BR></DIV><DIV>We don't yet have any samples on customizing the WCF configuration (e.g., for security or message sizes) for either client or server, but both can be accomplished using the serviceModel section in the app.config.&nbsp; </DIV>]]>
   </description>
   <pubDate>Tue, 26 Aug 2008 11:50:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3334#3334</guid>
  </item> 
  <item>
   <title>Configuring BOS for WCF : We only support WCF in v4, there&#8217;s...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3333#3333</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 923<br /><strong>Posted:</strong> 26-Aug-2008 at 9:27am<br /><br /><P =Ms&#111;normal><FONT face=Arial color=navy size=2><SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">We only support WCF in v4, there’s no remoting. &nbsp;So the samples in the zip below&nbsp;are all for WCF.</SPAN></FONT><FONT face=Arial color=navy size=2><SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><?: prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p>&nbsp; If you can wait a day, we will be releasing&nbsp; our first non-Beta, non-RC version tonight.</o:p></SPAN></FONT></P><P =Ms&#111;normal><FONT face=Arial color=navy size=2><SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p><a href="http://www.ideablade.com/forum/uploads/23/IIS_Files.zip" target="_blank">uploads/23/IIS_Files.zip</A></o:p></SPAN></FONT></P>]]>
   </description>
   <pubDate>Tue, 26 Aug 2008 09:27:34 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3333#3333</guid>
  </item> 
  <item>
   <title>Configuring BOS for WCF : Hi All,  The Developers Guide...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3332#3332</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=370" rel="nofollow">sebma</a><br /><strong>Subject:</strong> 923<br /><strong>Posted:</strong> 26-Aug-2008 at 3:27am<br /><br />Hi All,<DIV>&nbsp;</DIV><DIV>The Developers Guide mentions using &lt;remoting&gt; section in config files for configuring WCF.</DIV><DIV>&nbsp;</DIV><DIV>Is there any ready samples from DevForce EF which I can use to run ServiceConsole.V4.exe configured to use WCF for communicationsTechnology section in &lt;remoting&gt; configuration?</DIV><DIV>&nbsp;</DIV><DIV>Basically I want to test&nbsp;run few remote WCF clients getting domain objects from WCF server.</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance.</DIV><DIV>Sebastian</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 26 Aug 2008 03:27:17 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=923&amp;PID=3332#3332</guid>
  </item> 
 </channel>
</rss>