<?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 : gzipMessageEncoding</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : gzipMessageEncoding</description>
  <pubDate>Tue, 12 May 2026 23:20:34 -700</pubDate>
  <lastBuildDate>Thu, 26 Aug 2010 15:28:38 -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=2100</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>gzipMessageEncoding : thank you very much.  Yafei </title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2100&amp;PID=8227#8227</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=913" rel="nofollow">yafei</a><br /><strong>Subject:</strong> 2100<br /><strong>Posted:</strong> 26-Aug-2010 at 3:28pm<br /><br />thank you very much.<DIV>&nbsp;</DIV><DIV>Yafei</DIV>]]>
   </description>
   <pubDate>Thu, 26 Aug 2010 15:28:38 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2100&amp;PID=8227#8227</guid>
  </item> 
  <item>
   <title>gzipMessageEncoding : Possibly.  For completeness...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2100&amp;PID=8222#8222</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> 2100<br /><strong>Posted:</strong> 26-Aug-2010 at 1:51pm<br /><br />Possibly.<DIV>&nbsp;</DIV><DIV>For completeness I should add that you don't really need to use the system.serviceModel configuration information in a DevForce 2010 application.&nbsp; In your case since you're currently using all DevForce defaults, you could instead remove the serviceModel section from both config files and allow DevForce to programmatically determine the configuration needed based on information in the &lt;objectServer&gt; element.</DIV>]]>
   </description>
   <pubDate>Thu, 26 Aug 2010 13:51:14 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2100&amp;PID=8222#8222</guid>
  </item> 
  <item>
   <title>gzipMessageEncoding : I got this error when I ran the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2100&amp;PID=8218#8218</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=913" rel="nofollow">yafei</a><br /><strong>Subject:</strong> 2100<br /><strong>Posted:</strong> 26-Aug-2010 at 12:43pm<br /><br /><P>I got this error when I ran the WPF app. When I set Copy Local = true and the error goes away. It seems that WPF app doesn't&nbsp;use the IdeaBlade.Core.dll properly from GAC.</P>]]>
   </description>
   <pubDate>Thu, 26 Aug 2010 12:43:26 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2100&amp;PID=8218#8218</guid>
  </item> 
  <item>
   <title>gzipMessageEncoding : Are you getting this error message...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2100&amp;PID=8217#8217</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> 2100<br /><strong>Posted:</strong> 26-Aug-2010 at 12:32pm<br /><br />Are you getting this error message when editing the config file in Visual Studio or using the WCF Configuration Editor?&nbsp; If so, then&nbsp;the error is innocuous, since it's just Intellisense complaining that it doesn't know that the IdeaBlade.Core assembly is in the GAC.&nbsp; If you set Copy Local = true for the IdeaBlade.Core reference in your project the error may go away, since Intellisense should then find the assembly in your bin folder.]]>
   </description>
   <pubDate>Thu, 26 Aug 2010 12:32:51 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2100&amp;PID=8217#8217</guid>
  </item> 
  <item>
   <title>gzipMessageEncoding : I got the following error message...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2100&amp;PID=8212#8212</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=913" rel="nofollow">yafei</a><br /><strong>Subject:</strong> 2100<br /><strong>Posted:</strong> 26-Aug-2010 at 11:47am<br /><br /><DIV>I got the following error message when I use the customBinding in my BOS:</DIV><DIV>The type 'IdeaBlade.Core.Wcf.Extensions.GZipMessageEncodingElement, IdeaBlade.Core' registered for extension 'gzipMessageEncoding' could not be loaded. (C:\Docs\WPF\WpfApplication1\bin\Debug\WpfApplication1.vshost.exe.Config line 66)</DIV><DIV>&nbsp;</DIV><DIV>I have IdeaBlade.Core.dll referenced for the runtime.</DIV><DIV>&nbsp;</DIV><DIV>Server Side configuraiton ServerConsole.exe.config:</DIV><DIV>&nbsp;</DIV><DIV>&lt;?xml version="1.0" encoding="utf-8" ?&gt;<BR>&lt;configuration&gt;</DIV><DIV>&nbsp; &lt;configSections&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;section name="ideablade.configuration" type="IdeaBlade.Core.Configuration.IdeaBladeSection, IdeaBlade.Core" /&gt;<BR>&nbsp; &lt;/configSections&gt;</DIV><DIV>&nbsp; &lt;connectionStrings&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;add name="NorthwindIBEntityManager" connectionString="metadata=res://*/NorthwindIBModel.csdl|res://*/NorthwindIBModel.ssdl|res://*/NorthwindIBModel.msl;provider=System.Data.SqlClient;provider connection string=&amp;quot;Data Source=JAY-WS\SQLEXPRESS;Initial Catalog=NorthwindIB;User Id=localdev;Password=anotherhotday;MultipleActiveResultSets=True&amp;quot;" providerName="System.Data.EntityClient" /&gt;<BR>&nbsp; &lt;/connectionStrings&gt;<BR>&nbsp; <BR>&nbsp; &lt;ideablade.configuration version="6.00" xmlns="<a href="http://schemas.ideablade.com/2010/IdeaBladeC&#111;nfig" target="_blank">http://schemas.ideablade.com/2010/IdeaBladeConfig</A>"&gt;<BR>&nbsp;<BR>&nbsp;&nbsp;&nbsp; &lt;logging<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logFile="DebugLog.xml"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; archiveLogs="false"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; port="9922"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; serviceName="TracePublisher"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; usesSeparateAppDomain="false" /&gt;</DIV><DIV><BR>&nbsp;&nbsp;&nbsp; &lt;objectServer remoteBaseURL="<a href="http://192.168.0.109" target="_blank">http://192.168.0.109</A>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; serverPort="9009"<BR>&nbsp;&nbsp;&nbsp; serviceName="EntityService"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; useDCS="true" &gt;</DIV><DIV><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;serverSettings allowAnonymousLogin="true"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; loginManagerRequired="false"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sessionEncryptionKey=""<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; supportedClientApplicationType="UseLicense"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; testMode="false"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; useAspNetSecurityServices="false"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; useDTC="false"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; userSessionTimeout="30"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/objectServer&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;probeAssemblyNames&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;probeAssemblyName name="MyAssembly" /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/probeAssemblyNames&gt;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; &lt;notificationService enabled="false" clientPort="1001" /&gt;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;verifiers /&gt;</DIV><DIV>&nbsp; &lt;/ideablade.configuration&gt;</DIV><DIV>&nbsp; &lt;system.serviceModel&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;services&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!--&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://localhost:9009/EntityService" target="_blank">http://localhost:9009/EntityService</A>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; binding="wsHttpBinding" bindingConfiguration="wsHttpDefault"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contract="IdeaBlade.EntityModel.IEntityServiceContract" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/service&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;service name="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://localhost:9009/EntityServer" target="_blank">http://localhost:9009/EntityServer</A>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; binding="wsHttpBinding" bindingConfiguration="wsHttpDefault"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contract="IdeaBlade.EntityModel.IEntityServerContract" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/service&gt;--&gt;</DIV><DIV><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;service name="EntityService"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;endpoint address="<a href="http://localhost:9009/EntityService" target="_blank">http://localhost:9009/EntityService</A>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; binding="customBinding" bindingConfiguration="compressedBinaryBinding"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contract="IdeaBlade.EntityModel.IEntityServiceContract"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/service&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;service name="EntityServer"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;endpoint address="<a href="http://localhost:9009/EntityServer" target="_blank">http://localhost:9009/EntityServer</A>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; binding="customBinding" bindingConfiguration="compressedBinaryBinding"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contract="IdeaBlade.EntityModel.IEntityServerContract"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/service&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;/services&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;bindings&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;wsHttpBinding&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;binding name="wsHttpDefault" maxReceivedMessageSize="2147483647" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/wsHttpBinding&gt;</DIV><DIV><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;customBinding&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;binding name="compressedBinaryBinding"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; closeTimeout="00:01:00"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; openTimeout="00:01:00"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; receiveTimeout="00:10:00"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sendTimeout="00:01:00"&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<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; maxDepth="2147483647"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; maxStringContentLength="2147483647"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; maxArrayLength="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;</DIV><DIV><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; &lt;/bindings&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;!-- gzipMessageEncoding is used by the custom binding above to provide GZip compression. --&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" <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type="IdeaBlade.Core.Wcf.Extensions.GZipMessageEncodingElement, IdeaBlade.Core"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/bindingElementExtensions&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/extensions&gt;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp; &lt;/system.serviceModel&gt;</DIV><DIV>&lt;/configuration&gt;<BR>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>And client side WPF configuration app.config:</DIV><DIV>&lt;?xml version="1.0"?&gt;<BR>&lt;configuration&gt;<BR>&lt;configSections&gt;<BR>&lt;section name="ideablade.configuration" type="IdeaBlade.Core.Configuration.IdeaBladeSection, IdeaBlade.Core"/&gt;<BR>&lt;/configSections&gt;<BR>&lt;ideablade.configuration version="6.00" xmlns="<a href="http://schemas.ideablade.com/2010/IdeaBladeC&#111;nfig" target="_blank">http://schemas.ideablade.com/2010/IdeaBladeConfig</A>"&gt;<BR>&lt;logging logFile="DebugLog.xml"/&gt;</DIV><DIV>&lt;!--&lt;objectServer&gt;<BR>&lt;objectServer remoteBaseURL="<a href="http://192.168.0.109" target="_blank">http://192.168.0.109</A>" serverPort="9009" serviceName="EntityService" &gt;<BR>&lt;clientSettings isDistributed="true" /&gt;<BR>&lt;/objectServer&gt;--&gt;</DIV><DIV>&lt;objectServer&gt;<BR>&lt;clientSettings isDistributed="true" /&gt;<BR>&lt;/objectServer&gt;</DIV><DIV>&lt;!-- Additional configuration can be added to override defaults. <BR>See the sample config files in the Learning Resources for more information.<BR>--&gt;</DIV><DIV>&lt;/ideablade.configuration&gt;</DIV><DIV>&lt;system.serviceModel&gt;<BR>&lt;client&gt;<BR>&lt;!--&lt;endpoint name="EntityService"<BR>address="<a href="http://192.168.0.109:9009/EntityService" target="_blank">http://192.168.0.109:9009/EntityService</A>"<BR>binding="wsHttpBinding" bindingConfiguration="wsHttpDefault" <BR>contract="IdeaBlade.EntityModel.IEntityServiceContract"<BR>/&gt;</DIV><DIV>&lt;endpoint name="EntityServer"<BR>address="<a href="http://192.168.0.109:9009/EntityServer" target="_blank">http://192.168.0.109:9009/EntityServer</A>"<BR>binding="wsHttpBinding" bindingConfiguration="wsHttpDefault" <BR>contract="IdeaBlade.EntityModel.IEntityServerContract"<BR>/&gt;--&gt;</DIV><DIV>&lt;endpoint name="EntityService"<BR>address="<a href="http://192.168.0.109:9009/EntityService" target="_blank">http://192.168.0.109:9009/EntityService</A>"<BR>binding="customBinding" bindingConfiguration="compressedBinaryBinding"<BR>contract="IdeaBlade.EntityModel.IEntityServiceContract"<BR>/&gt;</DIV><DIV>&lt;endpoint name="EntityServer"<BR>address="<a href="http://192.168.0.109:9009/EntityServer" target="_blank">http://192.168.0.109:9009/EntityServer</A>"<BR>binding="customBinding" bindingConfiguration="compressedBinaryBinding"<BR>contract="IdeaBlade.EntityModel.IEntityServerContract"<BR>/&gt;</DIV><DIV><BR>&lt;/client&gt;</DIV><DIV>&lt;extensions&gt;</DIV><DIV>&lt;bindingElementExtensions&gt;<BR>&lt;add name="gzipMessageEncoding"<BR>type="IdeaBlade.Core.Wcf.Extensions.GZipMessageEncodingElement, IdeaBlade.Core"/&gt;<BR>&lt;/bindingElementExtensions&gt;<BR>&lt;/extensions&gt;</DIV><DIV>&lt;bindings&gt;</DIV><DIV>&lt;customBinding&gt;<BR>&lt;binding name="compressedBinaryBinding" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"<BR>sendTimeout="00:01:00"&gt;<BR>&lt;gzipMessageEncoding&gt;</DIV><DIV>&lt;readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" /&gt;<BR>&lt;/gzipMessageEncoding&gt;<BR>&lt;httpTransport maxReceivedMessageSize="2147483647" /&gt;<BR>&lt;/binding&gt;</DIV><DIV>&lt;/customBinding&gt;<BR>&lt;wsHttpBinding&gt;</DIV><DIV>&lt;!-- Standard wsHttp binding - uses Windows auth and message security by default.<BR>To use, on the endpoint definitions above, <BR>change the bindingConfiguration name to "wsHttpDefault" <BR>and the binding to "wsHttpBinding". --&gt;</DIV><DIV>&lt;binding name="wsHttpDefault" maxReceivedMessageSize="2147483647" /&gt;<BR>&lt;/wsHttpBinding&gt;<BR>&lt;/bindings&gt;</DIV><DIV>&lt;/system.serviceModel&gt;<BR>&lt;/configuration&gt;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 26 Aug 2010 11:47:22 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2100&amp;PID=8212#8212</guid>
  </item> 
 </channel>
</rss>