<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Paolo Pialorsi - Bridge The Gap! - All Comments</title><link>http://weblogs.asp.net/paolopia/default.aspx</link><description>Living in a Service Oriented World</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: Working with Dynamic C# 2.0 Generics</title><link>http://weblogs.asp.net/paolopia/archive/2005/06/11/411747.aspx#6571589</link><pubDate>Wed, 27 Aug 2008 14:05:48 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6571589</guid><dc:creator>Stefano Bonazzi</dc:creator><description>&lt;p&gt;Hello, did you find the answer for GenericClass&amp;lt;typeof(paoloGenericClassType)&amp;gt; paoloGenericClassDynamic =....&lt;/p&gt;
&lt;p&gt;?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6571589" width="1" height="1"&gt;</description></item><item><title>re: Handling custom SOAP headers via WCF Behaviors</title><link>http://weblogs.asp.net/paolopia/archive/2008/02/25/handling-custom-soap-headers-via-wcf-behaviors.aspx#6563431</link><pubDate>Mon, 25 Aug 2008 14:40:21 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6563431</guid><dc:creator>Kris-I</dc:creator><description>&lt;p&gt;@Tony John&lt;/p&gt;
&lt;p&gt;I'm trying to update you sample by add a database a DAL (library in the host solution) but it's not working fine&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6563431" width="1" height="1"&gt;</description></item><item><title>re: Writing a WCF Message Inspector</title><link>http://weblogs.asp.net/paolopia/archive/2007/08/23/writing-a-wcf-message-inspector.aspx#6550695</link><pubDate>Fri, 22 Aug 2008 07:59:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6550695</guid><dc:creator>RonaldK</dc:creator><description>&lt;p&gt;Very good post and I saw you have some more interesting posts!&lt;/p&gt;
&lt;p&gt;Thx!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6550695" width="1" height="1"&gt;</description></item><item><title>re: Writing a WCF Message Inspector</title><link>http://weblogs.asp.net/paolopia/archive/2007/08/23/writing-a-wcf-message-inspector.aspx#6484584</link><pubDate>Tue, 05 Aug 2008 06:51:29 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6484584</guid><dc:creator>philippe lombaers</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Excelent articel.&lt;/p&gt;
&lt;p&gt;For logging purposes I'd like to retrieve the reply Message and store it in a Db.&lt;/p&gt;
&lt;p&gt;But I 'd like to limit the size of the text I retrieve.&lt;/p&gt;
&lt;p&gt;Is this possible ?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6484584" width="1" height="1"&gt;</description></item><item><title>re: Writing a WCF Message Inspector</title><link>http://weblogs.asp.net/paolopia/archive/2007/08/23/writing-a-wcf-message-inspector.aspx#6459541</link><pubDate>Wed, 30 Jul 2008 05:01:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6459541</guid><dc:creator>Phil Bolduc</dc:creator><description>&lt;p&gt;I was looking at your sample. One thing that I question is why you need reassign the request object?&lt;/p&gt;
&lt;p&gt;// your code&lt;/p&gt;
&lt;p&gt;MessageBuffer buffer = request.CreateBufferedCopy(Int32.MaxValue);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;request = buffer.CreateMessage();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Message originalMessage = buffer.CreateMessage();&lt;/p&gt;
&lt;p&gt;// your code&lt;/p&gt;
&lt;p&gt;MessageBuffer buffer = request.CreateBufferedCopy(Int32.MaxValue);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; // why? request = buffer.CreateMessage();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Message originalMessage = buffer.CreateMessage();&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6459541" width="1" height="1"&gt;</description></item><item><title>re: Handling custom SOAP headers via WCF Behaviors</title><link>http://weblogs.asp.net/paolopia/archive/2008/02/25/handling-custom-soap-headers-via-wcf-behaviors.aspx#6342229</link><pubDate>Mon, 30 Jun 2008 22:41:48 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6342229</guid><dc:creator>Tony John</dc:creator><description>&lt;p&gt;I have created a simple client server sample based this article. You can download it here - &lt;a rel="nofollow" target="_new" href="http://www.dotnetspider.com/resources/19314-Client-server-sample-using-WCF-net-tcp-binding.aspx"&gt;www.dotnetspider.com/.../19314-Client-server-sample-using-WCF-net-tcp-binding.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- Tony John&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6342229" width="1" height="1"&gt;</description></item><item><title>re: Writing a WCF Message Inspector</title><link>http://weblogs.asp.net/paolopia/archive/2007/08/23/writing-a-wcf-message-inspector.aspx#6232886</link><pubDate>Fri, 30 May 2008 12:01:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6232886</guid><dc:creator>vashistha</dc:creator><description>&lt;p&gt;Hi Paolo,&lt;/p&gt;
&lt;p&gt;I understood in the way Endpoint behaviors are applied to WCF servcie end points. Tell me one thing what if customer has already applied one Endpoint behavior and another third party provides a new End point behavior to apply to the endpoint how can he do so. &lt;/p&gt;
&lt;p&gt;Since in an endpoint one can apply only one Endpoint behavior so how to deploy the second one?&lt;/p&gt;
&lt;p&gt;Thanks and Regards&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6232886" width="1" height="1"&gt;</description></item><item><title>WCF Security Resources</title><link>http://weblogs.asp.net/paolopia/archive/2005/12/08/432658.aspx#6214496</link><pubDate>Fri, 23 May 2008 17:47:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6214496</guid><dc:creator>J.D. Meier's Blog</dc:creator><description>&lt;p&gt;If you're building Web services or if you're implementing SOA on the Microsoft platform , then you're&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6214496" width="1" height="1"&gt;</description></item><item><title>re: Handling custom SOAP headers via WCF Behaviors</title><link>http://weblogs.asp.net/paolopia/archive/2008/02/25/handling-custom-soap-headers-via-wcf-behaviors.aspx#6212917</link><pubDate>Fri, 23 May 2008 06:54:14 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6212917</guid><dc:creator>paolopia</dc:creator><description>&lt;p&gt;x Tony: you simply need to add your custom behavior via code using the ServiceHost instance and adding it to the Behaviors collection of the Description property.&lt;/p&gt;
&lt;p&gt;x Breezback: actually I don't have a download available from here, may be in the future. However following my step by step instructions you could be able to reproduce it.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6212917" width="1" height="1"&gt;</description></item><item><title>re: Writing a WCF Message Inspector</title><link>http://weblogs.asp.net/paolopia/archive/2007/08/23/writing-a-wcf-message-inspector.aspx#6212911</link><pubDate>Fri, 23 May 2008 06:50:14 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6212911</guid><dc:creator>paolopia</dc:creator><description>&lt;p&gt;x madhavtr. probably you are missing the WCFMessaging.dll assembly in your bin directory, or you mispelled the FQN of the ExtensionElement type.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6212911" width="1" height="1"&gt;</description></item></channel></rss>