<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx</link><description>Update: Please check out the post on memory footprint and dynamic proxy ( http://blogs.msdn.com/vipulmodi/archive/2008/10/16/dynamic-proxy-and-memory-footprint.aspx ) ----- Ever wonder what it would like to go from WSDL to code at runtime? Check out my</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#1735418</link><pubDate>Wed, 21 Feb 2007 17:50:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1735418</guid><dc:creator>Pascal</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We had to face similar problematics, the result is two libraries.&lt;/p&gt;
&lt;p&gt;The first one uses only .NET 2.0 and offers similar programmatic experience for Asmx, Remoting and Wse 3.0. You can have a look at &lt;a rel="nofollow" target="_new" href="http://www.codeplex.com/ProxyFactory"&gt;http://www.codeplex.com/ProxyFactory&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;The second uses WCF and it introduces the concept of leveraging a service metadata in order to retrieve at runtime its endpoint configuration therefore avoiding duplicating the configuration information on both service and all its clients. It is also leveraging ChannelFactory&amp;lt;T&amp;gt; for strongly typed proxy generation. &lt;/p&gt;
&lt;p&gt;Article, video and sample code are available at this url : &lt;a rel="nofollow" target="_new" href="http://netfxfactory.org/blogs/papers/archive/2007/01/24/An-effective-way-to-access-wcf-services.aspx"&gt;http://netfxfactory.org/blogs/papers/archive/2007/01/24/An-effective-way-to-access-wcf-services.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We would be interested by your feedback.&lt;/p&gt;</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#1737787</link><pubDate>Thu, 22 Feb 2007 02:30:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1737787</guid><dc:creator>DJ Yang</dc:creator><description>&lt;p&gt;Is there sample for &amp;quot;net.tcp://www.codeplex.com/ProxyFactory.&amp;quot;?&lt;/p&gt;
&lt;p&gt;Thanks a lot. &lt;/p&gt;</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#1899446</link><pubDate>Sat, 17 Mar 2007 12:58:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1899446</guid><dc:creator>Pascal</dc:creator><description>&lt;p&gt;A remonting sample (tcp://localhost:9000/AccountManager.rem) is provided in the getting started of the ProxyFactory project.&lt;/p&gt;
&lt;p&gt;And the SmartChannelFactory project based on WCF technology supports, of course, the NetTcpBinding. &lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#2824035</link><pubDate>Thu, 24 May 2007 00:37:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2824035</guid><dc:creator>DashHunter</dc:creator><description>&lt;p&gt;I tried to implement the same factory concept in my apps. , in which i want to dynamically invoke different third party webservices and is giving issues regarding the contracts. I will not be able to implement the contract info into these third aprty webservices, but i want to invoke them on fly.&lt;/p&gt;
&lt;p&gt;How can i go about resolving it...&lt;/p&gt;
&lt;p&gt;tips welcome..&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#3850903</link><pubDate>Fri, 13 Jul 2007 20:46:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3850903</guid><dc:creator>JeffAtAon</dc:creator><description>&lt;p&gt;When I try to read WSDL using the dynamic proxy class in this blog, for certain web services I get the an error message similar to the following:&lt;/p&gt;
&lt;p&gt;&amp;quot;Cannot import wsdl:binding\r\nDetail: The required WSDL extension element 'binding' from namespace '&lt;a rel="nofollow" target="_new" href="http://schemas.xmlsoap.org/wsdl/http/"&gt;http://schemas.xmlsoap.org/wsdl/http/&lt;/a&gt;' was not handled.\r\nXPath to Error Source: //wsdl:definitions[@targetNamespace='&lt;a rel="nofollow" target="_new" href="http://someurl.com"&gt;http://someurl.com&lt;/a&gt;']/wsdl:binding[@name='StockQuotesHttpGet']&amp;quot;&lt;/p&gt;
&lt;p&gt;I've noticed that the error always occurs on web services with HttpPost and HttpGet bindings. &amp;nbsp;I can read these web services successfully with webservicestudio, so I know the WSDL is valid. &amp;nbsp;Could this be a WCF/WSE limitation? &amp;nbsp;Any ideas on how to resolve it?&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#4415181</link><pubDate>Thu, 16 Aug 2007 16:30:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4415181</guid><dc:creator>Gustavo</dc:creator><description>&lt;p&gt;Will it work with any kind of binding, including netMsmqBinding (with metadata through WS HTTP binding)?&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#5169157</link><pubDate>Thu, 27 Sep 2007 18:06:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5169157</guid><dc:creator>Rama</dc:creator><description>&lt;p&gt;Hi Vipul&lt;/p&gt;
&lt;p&gt;Can I use DynamicProxy with NetDataContractSerializer. I am trying to refer the NetDataContractSerializer (Aaron Skonnard's implementation) with Dynamic Proxy, and I am getting the dynamicproxy dll not found error while invoking the service. Any help is highly appreciated&lt;/p&gt;
&lt;p&gt;Rama&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#7343106</link><pubDate>Thu, 31 Jan 2008 09:41:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7343106</guid><dc:creator>shikha</dc:creator><description>&lt;p&gt;How to do Exception handling with Dynamic proxy&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#7934953</link><pubDate>Thu, 28 Feb 2008 16:41:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7934953</guid><dc:creator>Marco</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;i'm testing this component but i have a problem. For certain wsdl document i receive this exception&lt;/p&gt;
&lt;p&gt;&amp;quot;THERE WAS AN ERROR IN IMPORTING THE METADATA&amp;quot;&lt;/p&gt;
&lt;p&gt;What does it mean?&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#8180096</link><pubDate>Thu, 13 Mar 2008 14:50:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8180096</guid><dc:creator>shilpa</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;i'm testing this component but i have a problem. For certain wsdl document i receive this exception&lt;/p&gt;
&lt;p&gt;&amp;quot;THERE WAS AN ERROR IN IMPORTING THE METADATA&amp;quot;&lt;/p&gt;
&lt;p&gt;What does it mean?&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#8180879</link><pubDate>Thu, 13 Mar 2008 17:30:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8180879</guid><dc:creator>Jack</dc:creator><description>&lt;p&gt;i just want to get on at school&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#8366113</link><pubDate>Mon, 07 Apr 2008 21:30:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8366113</guid><dc:creator>James</dc:creator><description>&lt;p&gt;Thanks for the excellent work. &amp;nbsp;I was able to incorporate this into a client console application in my environment, which works fine, but when using a WinForms client, the call to serviceFinder.Probe() always results in a timeout. &amp;nbsp;I suspect this may be related to SynchronizationContext, but have been unable to overcome the issue. &amp;nbsp;Any suggestions would be appreciated.&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#8519231</link><pubDate>Mon, 19 May 2008 19:31:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8519231</guid><dc:creator>vipulm</dc:creator><description>&lt;P&gt;Thanks for using the sample and thanks for the comments. Let me try to answer some them here.&lt;/P&gt;
&lt;P&gt;1. Can I use Dynamic Proxy with other bindings? &lt;/P&gt;
&lt;P&gt;&amp;nbsp; Yes you can.&lt;/P&gt;
&lt;P&gt;2. I get an error while creating the factory. &lt;/P&gt;
&lt;P&gt;&amp;nbsp; Run SVCUTIL on the URL you are trying to create the proxy for. If SVCUTIL gives an error the dynamic proxy will. Try to debug the issue with SVCUTIL.&lt;/P&gt;
&lt;P&gt;3. What about downloading the metadata through MEX endpoint instead of ?wsdl.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Yes, you can modify the sample to download metadata using System.ServiceModel.Description.MetadataExchangeClient.&lt;/P&gt;
&lt;P&gt;4. What about complex types in my service contact, how do I use them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; If you already have the service contract and types pregenerated, you can simply create a channel factory using known service contract and binding and address given to you by the dynamic proxy factory. &lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;If you do not have the service contract before hand, you are left with using Reflection. The sample provide an example of Complex type (DynamicComplexNumber.cs). &lt;/P&gt;</description></item><item><title>Dynamic Proxy and Memory Footprint</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#9002694</link><pubDate>Fri, 17 Oct 2008 09:04:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9002694</guid><dc:creator>Vipul Modi's Blog</dc:creator><description>&lt;p&gt;A while back I published a post about dynamic programming with WCF using the dynamic proxy library that&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#9004740</link><pubDate>Sat, 18 Oct 2008 14:44:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9004740</guid><dc:creator>Rahman</dc:creator><description>&lt;p&gt;First, i must thank u for this great work!!!&lt;/p&gt;
&lt;p&gt;I have a question: How can i call my service's Methods asynchronously? i want to use asynchronous operations by using this Library(Dynamic Proxy) but i haven't found any way.&lt;/p&gt;
&lt;p&gt;Could u help me ....&lt;/p&gt;
&lt;p&gt;thanks &lt;/p&gt;
&lt;p&gt;Rahman&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#9006234</link><pubDate>Sun, 19 Oct 2008 15:46:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9006234</guid><dc:creator>Rahman Khanipour</dc:creator><description>&lt;p&gt;Hi, I Solved My Problem!!&lt;/p&gt;
&lt;p&gt;I changed the Library's Code and by that, &amp;nbsp; asynchronous Operations generate Dynamically!&lt;/p&gt;
&lt;p&gt;i will published the changed library in the CodeProject Site very Soon.&lt;/p&gt;
&lt;p&gt;I Hope it will be useful ...&lt;/p&gt;
&lt;p&gt;R. Khanipour&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#9026571</link><pubDate>Fri, 31 Oct 2008 16:11:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9026571</guid><dc:creator>rick watson</dc:creator><description>&lt;p&gt;Good morning, I have tested your client with my application and have gotten data back from the database. the issue... my configuration files from app.config are not being read. the one which is complaining is maxreceivedmessagesize. unfortunately it is set to default of 65536. How can I get more data than this on a call to the database. thank you for any assistance. rick. You may respond also to rwatson@ogleveeltd.com&lt;/p&gt;
</description></item><item><title>Properties with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#9436532</link><pubDate>Fri, 20 Feb 2009 23:34:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9436532</guid><dc:creator>Vikas Jain</dc:creator><description>&lt;p&gt;Hi Vipul,&lt;/p&gt;
&lt;p&gt;How can I get my Properties in a Complex Type reconstructed in the Proxy code. Using the current code, the property names are replaced by their corresponding private variables in the proxy code.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Vikas&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#9468223</link><pubDate>Tue, 10 Mar 2009 00:37:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9468223</guid><dc:creator>ranger63</dc:creator><description>&lt;p&gt;I have a similar issue. I have xyz WCF Service that inherits from xyzBase. xyzBase has a property that I want to access. When I create a proxy class no metadata is generated for the property that is defined in the base class. In other words, when I try: &amp;nbsp;&lt;/p&gt;
&lt;p&gt;PropertyInfo fi = webService.GetType().GetProperty(&amp;quot;ServiceHeaderValue&amp;quot;);&lt;/p&gt;
&lt;p&gt;it cannot find the ServiceHeaderValue propery. When I use traditional ASP.NET service this works fine. I can see using Lutz Reflector that the property is being exposed .. it just doesn;t seem to make it into the proxy class genertaed by svcutil.exe.&lt;/p&gt;
&lt;p&gt;Any ideas would be greatly appreciated.&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#9472216</link><pubDate>Fri, 13 Mar 2009 00:17:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9472216</guid><dc:creator>Anil Koripelly</dc:creator><description>&lt;p&gt;Hi Vipul&lt;/p&gt;
&lt;p&gt;Is it possible to pass a cookie to the dynamic proxy before calling the invokeMember function. &amp;nbsp;I am having trouble accessing an endpoint that needs to have authentication (We are implementing SSO). &amp;nbsp;Many thanks for your help.&lt;/p&gt;
&lt;p&gt;Kind Regards&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#9482100</link><pubDate>Tue, 17 Mar 2009 01:50:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9482100</guid><dc:creator>Kris</dc:creator><description>&lt;p&gt;Hi Vipul,&lt;/p&gt;
&lt;p&gt;I was able to extract the the input parameters to &amp;quot;MyMethod&amp;quot; function by doing the following:&lt;/p&gt;
&lt;p&gt;DynamicProxy _dp = _dpf.CreateProxy(endpoint);&lt;/p&gt;
&lt;p&gt;Type proxyType = _dp.ProxyType;&lt;/p&gt;
&lt;p&gt;MethodInfo method = proxyType.GetMethod(&amp;quot;MyMethod&amp;quot;);&lt;/p&gt;
&lt;p&gt;ParameterInfo[] inputParameters = method.GetParameters();&lt;/p&gt;
&lt;p&gt;My output parameter is complex structure represented in the WSDL by the xml bellow. I am not sure how I can retrieve the type and name of each output parameter within the complex one! &lt;/p&gt;
&lt;p&gt;&amp;lt;s:complexType name=&amp;quot;ProcessStats&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;s:sequence&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;s:element minOccurs=&amp;quot;1&amp;quot; maxOccurs=&amp;quot;1&amp;quot; name=&amp;quot;accessDenied&amp;quot; type=&amp;quot;s:boolean&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;s:element minOccurs=&amp;quot;1&amp;quot; maxOccurs=&amp;quot;1&amp;quot; name=&amp;quot;isRunning&amp;quot; type=&amp;quot;s:boolean&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;s:element minOccurs=&amp;quot;1&amp;quot; maxOccurs=&amp;quot;1&amp;quot; name=&amp;quot;processID&amp;quot; type=&amp;quot;s:int&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;s:element minOccurs=&amp;quot;0&amp;quot; maxOccurs=&amp;quot;1&amp;quot; name=&amp;quot;processName&amp;quot; type=&amp;quot;s:string&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;s:element minOccurs=&amp;quot;1&amp;quot; maxOccurs=&amp;quot;1&amp;quot; name=&amp;quot;totalRunTime&amp;quot; type=&amp;quot;s:double&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;s:element minOccurs=&amp;quot;0&amp;quot; maxOccurs=&amp;quot;1&amp;quot; name=&amp;quot;errorDescription&amp;quot; type=&amp;quot;s:string&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/s:sequence&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/s:complexType&amp;gt;&lt;/p&gt;
&lt;p&gt;The same is true for complex input parameters! &amp;nbsp;Do you know if there is a clear way to do this?&lt;/p&gt;
&lt;p&gt;Thank you very much.&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#9492054</link><pubDate>Fri, 20 Mar 2009 11:48:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9492054</guid><dc:creator>Pradyot Ranjan</dc:creator><description>&lt;p&gt;Hi Vipul; &lt;/p&gt;
&lt;p&gt;Thanks For your Post. can you please help me to solve one issue. I am using dynamicproxy dll in my client application, when I run my client application and try to invoke some services(WCF) its showing error saying that &amp;quot;The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.&amp;quot;&lt;/p&gt;
&lt;p&gt;I google for this error and get a fix,When we add a service in our client Application it created binding configuration there we need to change MaxReceivedMessageSize. &lt;/p&gt;
&lt;p&gt;my question is how we change MaxReceivedMessageSize value in DynamicProxy &amp;nbsp;&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#9531338</link><pubDate>Sat, 04 Apr 2009 13:21:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9531338</guid><dc:creator>Srinivas</dc:creator><description>&lt;p&gt;WSHttpBinding b = new WSHttpBinding(SecurityMode.None);&lt;/p&gt;
&lt;p&gt;b.MessageEncoding = WSMessageEncoding.Mtom;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;b.TransferMode = TransferMode.Streamed;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;b.ReaderQuotas.MaxStringContentLength = 99999;&lt;/p&gt;
&lt;p&gt;still i get error when i pass large data.&lt;/p&gt;
&lt;p&gt;Help needed&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#9831350</link><pubDate>Mon, 13 Jul 2009 12:56:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9831350</guid><dc:creator>Harry Pooni</dc:creator><description>&lt;p&gt;Can you provide example on how to create an instance of a custom DataMember class and use it within the Proxy?&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#9888822</link><pubDate>Sat, 29 Aug 2009 00:20:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9888822</guid><dc:creator>Boris</dc:creator><description>&lt;p&gt;Works great, but I need to customize binding because my service host is Java based.&lt;/p&gt;
&lt;p&gt;I tried to change factory.Bindings and add extra behaviors to factory.Endpoints, but they don't seem to be changing anything in the Proxy?&lt;/p&gt;
</description></item><item><title>re: Dynamic Programming with WCF</title><link>http://blogs.msdn.com/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx#9914538</link><pubDate>Thu, 29 Oct 2009 06:30:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9914538</guid><dc:creator>Jin Khai (sovietmah@gmail.com)</dc:creator><description>&lt;p&gt;How to connect to WCF web services and by passing complex data object?&lt;/p&gt;
</description></item></channel></rss>