<?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>You had me at "Hello World" : WCF</title><link>http://blogs.msdn.com/helloworld/archive/tags/WCF/default.aspx</link><description>Tags: WCF</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error</title><link>http://blogs.msdn.com/helloworld/archive/2008/08/22/the-server-did-not-provide-a-meaningful-reply-this-might-be-caused-by-a-contract-mismatch-a-premature-session-shutdown-or-an-internal-server-error.aspx</link><pubDate>Fri, 22 Aug 2008 17:30:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8888966</guid><dc:creator>HelloWorld</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/helloworld/comments/8888966.aspx</comments><wfw:commentRss>http://blogs.msdn.com/helloworld/commentrss.aspx?PostID=8888966</wfw:commentRss><description>&lt;p&gt;I am playing around with WCF, and I got that error message above. Searching did not really help in defining what was going on. And yes, it was working on my previous test environment. :)&lt;/p&gt;  &lt;p&gt;Luckily, I still had one of my test method, which just ping the service and did nothing else. That method works, so at least I know that the problem was not with the service, only with this operation.&lt;/p&gt;  &lt;p&gt;The problematic parameter took a parameter, an array of byte. Out of curiosity, I sent an empty array, lo behold, it worked.&lt;/p&gt;  &lt;p&gt;It turned out that my test data was too big, I used a file to create that array of byte, and it worked great. I lost that small file and randomly picked a file. I did not realize the file was 6 GB in size. After replacing that file with a smaller one, it worked.&lt;/p&gt;  &lt;p&gt;So, if you see that error above and you are passing an array of byte as parameter, probably this will help you to quickly fixed the issue.&lt;/p&gt;  &lt;p&gt;Disclaimer, I do not think this is the only cause for that error.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8888966" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/helloworld/archive/tags/Programming/default.aspx">Programming</category><category domain="http://blogs.msdn.com/helloworld/archive/tags/.Net+Framework/default.aspx">.Net Framework</category><category domain="http://blogs.msdn.com/helloworld/archive/tags/WCF/default.aspx">WCF</category></item><item><title>Replacing ASMX Web Service with WCF Web Service</title><link>http://blogs.msdn.com/helloworld/archive/2008/08/01/replacing-asmx-web-service-with-wcf-web-service.aspx</link><pubDate>Fri, 01 Aug 2008 22:38:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8803015</guid><dc:creator>HelloWorld</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/helloworld/comments/8803015.aspx</comments><wfw:commentRss>http://blogs.msdn.com/helloworld/commentrss.aspx?PostID=8803015</wfw:commentRss><description>&lt;p&gt;I found a good article about replacing ASMX web wervice with WCF web service here (&lt;a href="http://weblogs.manas.com.ar/waj/2007/05/31/asmx-to-wcf-migration/"&gt;ASMX to WCF migration&lt;/a&gt;). Very cool, and my client application do not need to be recompiled.&lt;/p&gt;  &lt;p&gt;Just one thing that I notice, I believe on step 3, instead of XmlSerializerAttribute it should be XmlSerializerFormat. Have fun!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8803015" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/helloworld/archive/tags/Programming/default.aspx">Programming</category><category domain="http://blogs.msdn.com/helloworld/archive/tags/ASP.Net/default.aspx">ASP.Net</category><category domain="http://blogs.msdn.com/helloworld/archive/tags/WCF/default.aspx">WCF</category></item><item><title>WCF Webcast</title><link>http://blogs.msdn.com/helloworld/archive/2008/06/06/wcf-webcast.aspx</link><pubDate>Fri, 06 Jun 2008 19:04:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8578315</guid><dc:creator>HelloWorld</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/helloworld/comments/8578315.aspx</comments><wfw:commentRss>http://blogs.msdn.com/helloworld/commentrss.aspx?PostID=8578315</wfw:commentRss><description>&lt;p&gt;Michele Leroux Bustamante made fifteen great Webcasts, hosted by msdn. If you are learning WCF, I highly recommend these Webcasts and her book, Learning WCF.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.dasblonde.net/2007/06/24/WCFWebcastSeries.aspx" href="http://www.dasblonde.net/2007/06/24/WCFWebcastSeries.aspx"&gt;http://www.dasblonde.net/2007/06/24/WCFWebcastSeries.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8578315" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/helloworld/archive/tags/Programming/default.aspx">Programming</category><category domain="http://blogs.msdn.com/helloworld/archive/tags/.Net+Framework/default.aspx">.Net Framework</category><category domain="http://blogs.msdn.com/helloworld/archive/tags/WCF/default.aspx">WCF</category></item></channel></rss>