<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WCF Test Client &#8211; Extended!</title>
	<atom:link href="http://www.larswilhelmsen.com/2008/10/04/wcf-test-client-extended/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.larswilhelmsen.com/2008/10/04/wcf-test-client-extended/</link>
	<description>Microsoft Connected Systems MVP</description>
	<lastBuildDate>Wed, 28 Jul 2010 23:39:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mani</title>
		<link>http://www.larswilhelmsen.com/2008/10/04/wcf-test-client-extended/comment-page-1/#comment-68</link>
		<dc:creator>Mani</dc:creator>
		<pubDate>Fri, 28 Aug 2009 10:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://larsw.wordpress.com/2008/10/04/wcf-test-client-extended/#comment-68</guid>
		<description>I like the approach.. it simple &amp; powerful.

Today I downloaded your code and but had few trouble on your code; I am using VS2008 SP1; In SP1 you need to pass the Service URL as command line parameter. 

So commented if (args.Length == 0) condition and I changed this code &quot;_form = ci.Invoke(new object[0] {new[] {args[0]}}) as Form;&quot; to &quot;_form = ci.Invoke(new object[] {args}) as Form;&quot;

And worked very nicely.. Once again thank you very much for your investigation &amp; solution... It&#039;s really saving lot of my time now ;)</description>
		<content:encoded><![CDATA[<p>I like the approach.. it simple &amp; powerful.</p>
<p>Today I downloaded your code and but had few trouble on your code; I am using VS2008 SP1; In SP1 you need to pass the Service URL as command line parameter. </p>
<p>So commented if (args.Length == 0) condition and I changed this code &#8220;_form = ci.Invoke(new object[0] {new[] {args[0]}}) as Form;&#8221; to &#8220;_form = ci.Invoke(new object[] {args}) as Form;&#8221;</p>
<p>And worked very nicely.. Once again thank you very much for your investigation &amp; solution&#8230; It&#8217;s really saving lot of my time now <img src='http://www.larswilhelmsen.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: map butcher &#187; WCFStorm</title>
		<link>http://www.larswilhelmsen.com/2008/10/04/wcf-test-client-extended/comment-page-1/#comment-17</link>
		<dc:creator>map butcher &#187; WCFStorm</dc:creator>
		<pubDate>Sat, 25 Apr 2009 04:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://larsw.wordpress.com/2008/10/04/wcf-test-client-extended/#comment-17</guid>
		<description>[...] you to save and re-executes tests nor does it handle some collection types very well. There are a other testing options out there, however I&#8217;m settling on WCF Storm which is proving to be a real [...]</description>
		<content:encoded><![CDATA[<p>[...] you to save and re-executes tests nor does it handle some collection types very well. There are a other testing options out there, however I&#8217;m settling on WCF Storm which is proving to be a real [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: namigop</title>
		<link>http://www.larswilhelmsen.com/2008/10/04/wcf-test-client-extended/comment-page-1/#comment-11</link>
		<dc:creator>namigop</dc:creator>
		<pubDate>Mon, 20 Apr 2009 03:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://larsw.wordpress.com/2008/10/04/wcf-test-client-extended/#comment-11</guid>
		<description>Hi oneofosme,

    This testing tool WCFStorm (www.wcfstorm.com) does exactly what you&#039;ve described.  It can create create functional test cases (compare actual vs expected responses) plus it can also do Load tests.   The UI is quite neat as well.

    (Side note: The author also wrote a similar and open-source tool for web services: http://www.codeplex.com/storm)</description>
		<content:encoded><![CDATA[<p>Hi oneofosme,</p>
<p>    This testing tool WCFStorm (www.wcfstorm.com) does exactly what you&#8217;ve described.  It can create create functional test cases (compare actual vs expected responses) plus it can also do Load tests.   The UI is quite neat as well.</p>
<p>    (Side note: The author also wrote a similar and open-source tool for web services: <a href="http://www.codeplex.com/storm)" rel="nofollow">http://www.codeplex.com/storm)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oneofsome</title>
		<link>http://www.larswilhelmsen.com/2008/10/04/wcf-test-client-extended/comment-page-1/#comment-16</link>
		<dc:creator>oneofsome</dc:creator>
		<pubDate>Mon, 02 Mar 2009 06:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://larsw.wordpress.com/2008/10/04/wcf-test-client-extended/#comment-16</guid>
		<description>Hi Lars...

I had a great read :)

I am curious to know if this is possible: After executing a wcf operation, I want the outputs to be written into a file, so that I can compare them with the expected values. This will be really help full.</description>
		<content:encoded><![CDATA[<p>Hi Lars&#8230;</p>
<p>I had a great read <img src='http://www.larswilhelmsen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I am curious to know if this is possible: After executing a wcf operation, I want the outputs to be written into a file, so that I can compare them with the expected values. This will be really help full.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larsw</title>
		<link>http://www.larswilhelmsen.com/2008/10/04/wcf-test-client-extended/comment-page-1/#comment-15</link>
		<dc:creator>larsw</dc:creator>
		<pubDate>Thu, 22 Jan 2009 21:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://larsw.wordpress.com/2008/10/04/wcf-test-client-extended/#comment-15</guid>
		<description>I didn&#039;t take it as criticism - I just wanted to stress that this was a hack :-)

 --larsw</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t take it as criticism &#8211; I just wanted to stress that this was a hack <img src='http://www.larswilhelmsen.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p> &#8211;larsw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier</title>
		<link>http://www.larswilhelmsen.com/2008/10/04/wcf-test-client-extended/comment-page-1/#comment-14</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Thu, 22 Jan 2009 20:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://larsw.wordpress.com/2008/10/04/wcf-test-client-extended/#comment-14</guid>
		<description>@larsw

That was no criticism and I perfectly understand this is a hack. I just noted that point in case you maintained the code.

In fact I wasn&#039;t that much interested in the purpose of your hack. I just love reading code. And I had really pleasure reading yours.</description>
		<content:encoded><![CDATA[<p>@larsw</p>
<p>That was no criticism and I perfectly understand this is a hack. I just noted that point in case you maintained the code.</p>
<p>In fact I wasn&#8217;t that much interested in the purpose of your hack. I just love reading code. And I had really pleasure reading yours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larsw</title>
		<link>http://www.larswilhelmsen.com/2008/10/04/wcf-test-client-extended/comment-page-1/#comment-13</link>
		<dc:creator>larsw</dc:creator>
		<pubDate>Tue, 20 Jan 2009 09:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://larsw.wordpress.com/2008/10/04/wcf-test-client-extended/#comment-13</guid>
		<description>Hi Olivier,

 The whole thing was not meant as anything else than a hack - so I really didn&#039;t put any effort in the UI.

 --larsw</description>
		<content:encoded><![CDATA[<p>Hi Olivier,</p>
<p> The whole thing was not meant as anything else than a hack &#8211; so I really didn&#8217;t put any effort in the UI.</p>
<p> &#8211;larsw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier</title>
		<link>http://www.larswilhelmsen.com/2008/10/04/wcf-test-client-extended/comment-page-1/#comment-12</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Mon, 19 Jan 2009 23:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://larsw.wordpress.com/2008/10/04/wcf-test-client-extended/#comment-12</guid>
		<description>Great job and funny to read!

PS: to achieve perfect look n&#039; feel, you should have your aboutItem variable be a ToolStripMenuItem instead of a ToolStripButton.</description>
		<content:encoded><![CDATA[<p>Great job and funny to read!</p>
<p>PS: to achieve perfect look n&#8217; feel, you should have your aboutItem variable be a ToolStripMenuItem instead of a ToolStripButton.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Product / Idea Backlog &#171; Lars Wilhelmsen</title>
		<link>http://www.larswilhelmsen.com/2008/10/04/wcf-test-client-extended/comment-page-1/#comment-10</link>
		<dc:creator>My Product / Idea Backlog &#171; Lars Wilhelmsen</dc:creator>
		<pubDate>Sat, 04 Oct 2008 20:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://larsw.wordpress.com/2008/10/04/wcf-test-client-extended/#comment-10</guid>
		<description>[...] WCF Test Client Extended! [...]</description>
		<content:encoded><![CDATA[<p>[...] WCF Test Client Extended! [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
