<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>WCF Load Test</title><link>http://www.codeplex.com/WCFLoadTest/Project/ProjectRss.aspx</link><description>This tool takes a WCF trace file and a WCF client proxy, or a WCF interface contract, and generates a unit test that replays the same sequence of calls found in the trace file. The code generated i...</description><item><title>New Post: Could not find method for SOAP action "http://xxxxx", check that the right proxy assemblies have been supplied.</title><link>http://www.codeplex.com/WCFLoadTest/Thread/View.aspx?ThreadId=34930</link><description>&lt;div style="line-height: normal;"&gt;I can understand that you can't send out any information, but it does make diagnosis rather more difficult. Can you give me any information at all about the contract? Could you send me perhaps the signature of the operation that is not working? I note that you are using a service-side trace, but the assemblies that you need to reference must contain either the contract or be client-side assemblies containing the proxy class.&lt;br&gt;
&lt;br&gt;
It&amp;nbsp;should&amp;nbsp;not matter that you are not setting the Action parameter.&lt;br&gt;
&lt;br&gt;
If you have not done so already, it really is a good idea to run through the lab first to get a feel for how it works, and to prove to yourself that it does actually work (!)&lt;br&gt;
&lt;br&gt;
You could also run the command line version of the tool and configure it to create a trace to see if that offers any clues.
&lt;/div&gt;</description><author>robjarratt</author><pubDate>Fri, 05 Sep 2008 22:36:52 GMT</pubDate><guid isPermaLink="false">New Post: Could not find method for SOAP action "http://xxxxx", check that the right proxy assemblies have been supplied. 20080905103652P</guid></item><item><title>New Post: Could not find method for SOAP action "http://xxxxx", check that the right proxy assemblies have been supplied.</title><link>http://www.codeplex.com/WCFLoadTest/Thread/View.aspx?ThreadId=34930</link><description>&lt;div style="line-height: normal;"&gt;Thanks for replying so quickly.&lt;br&gt;
&lt;br&gt;
I was hoping it was just a bad config setting or something simple.&lt;br&gt;
&lt;br&gt;
I can't send the&amp;nbsp;files out of the building, but I'm working thru the Using.docx I found in the LAB folder.&lt;br&gt;
&lt;br&gt;
Also,&amp;nbsp;we're not explicitly setting the&amp;nbsp;action using the Action= parameter on the OperationContract attribute.&lt;br&gt;
Could this be a contributor to the issue?&lt;br&gt;
&lt;br&gt;
Thanks for your help.
&lt;/div&gt;</description><author>crash8088</author><pubDate>Fri, 05 Sep 2008 14:11:09 GMT</pubDate><guid isPermaLink="false">New Post: Could not find method for SOAP action "http://xxxxx", check that the right proxy assemblies have been supplied. 20080905021109P</guid></item><item><title>New Post: Could not find method for SOAP action "http://xxxxx", check that the right proxy assemblies have been supplied.</title><link>http://www.codeplex.com/WCFLoadTest/Thread/View.aspx?ThreadId=34930</link><description>&lt;div style="line-height: normal;"&gt;I would need the information required to reproduce the problem, ideally the trace you are using and the assemblies you are referencing. I think you can contact me directly by clicking on my alias, we can then get in direct email contact to get traces etc.&lt;br&gt;
&lt;br&gt;
Also, the tool does using System.Diagnostics.Trace so if you configure this in its config file you could send me the tool trace or see if it offers you any clues.
&lt;/div&gt;</description><author>robjarratt</author><pubDate>Thu, 04 Sep 2008 15:30:09 GMT</pubDate><guid isPermaLink="false">New Post: Could not find method for SOAP action "http://xxxxx", check that the right proxy assemblies have been supplied. 20080904033009P</guid></item><item><title>New Post: Could not find method for SOAP action "http://xxxxx", check that the right proxy assemblies have been supplied.</title><link>http://www.codeplex.com/WCFLoadTest/Thread/View.aspx?ThreadId=34930</link><description>&lt;div style="line-height: normal;"&gt;Greetings,&lt;br&gt;
&lt;br&gt;
I'm using the VS wizard and&amp;nbsp;a pre-captured&amp;nbsp;server-side trace file, but after selecting the correct assemblies and clicking Finish, I get&amp;nbsp;a &amp;quot;Test Generation Error&amp;quot;:&lt;br&gt;
&lt;br&gt;
&amp;quot;Could not find method for SOAP action &amp;quot;http://xxxxx&amp;quot;, check that the right proxy assemblies have been supplied.&amp;quot;&lt;br&gt;
&lt;br&gt;
Any suggestions would be greatly appreciated.
&lt;/div&gt;</description><author>crash8088</author><pubDate>Thu, 04 Sep 2008 15:07:30 GMT</pubDate><guid isPermaLink="false">New Post: Could not find method for SOAP action "http://xxxxx", check that the right proxy assemblies have been supplied. 20080904030730P</guid></item><item><title>Commented Issue: Fail to generate unit tests on contracts that don't explicitly set the action</title><link>http://www.codeplex.com/WCFLoadTest/WorkItem/View.aspx?WorkItemId=2333</link><description>When a contract doesn&amp;#39;t explicitly set an action named parameter on a contract we get the error&lt;br /&gt;&lt;br /&gt;&amp;#34;Could not find method for SOAP action &amp;#34;http&amp;#58;&amp;#47;&amp;#47;xxxxx&amp;#34;, check that the right proxy assemblies have been supplied.&amp;#34;&lt;br /&gt;&lt;br /&gt;This happens with a server trace and the correctly supplied contract.&lt;br /&gt;&lt;br /&gt;If we explicitly  set the action using the Action named parameter on the OperationContract attribute the unit tests are generated without any problem.&lt;br /&gt;Comments: ** Comment from web user: crash8088 ** &lt;p&gt;I am unable to get past this error message.  I&amp;#39;m getting it on 2 machines &amp;#40;VS2005TE &amp;#38; VS2008CTP&amp;#41;.  I&amp;#39;ve tried several configurations but always get the same error.  Any idea what the configuration problem might be&amp;#63;&lt;br /&gt;&lt;/p&gt;</description><author>crash8088</author><pubDate>Wed, 03 Sep 2008 20:38:55 GMT</pubDate><guid isPermaLink="false">Commented Issue: Fail to generate unit tests on contracts that don't explicitly set the action 20080903083855P</guid></item><item><title>Commented Issue: Unable to Create Test for messages containing XElement types</title><link>http://www.codeplex.com/WCFLoadTest/WorkItem/View.aspx?WorkItemId=2772</link><description>On contracts with XElement types, the Scenario Wizard generates the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#34;Data or message contract attribute expected on type System.Xml.Linq.XElement&amp;#34;&lt;br /&gt;&lt;br /&gt;Adding a client proxy or System.Xml.Linq to assemblies list does not solve the problem.&lt;br /&gt;Comments: ** Comment from web user: robjarratt ** &lt;p&gt;This one requires a bit of investigation, I have not looked much at Linq so far.&lt;/p&gt;</description><author>robjarratt</author><pubDate>Sat, 26 Jul 2008 06:19:39 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unable to Create Test for messages containing XElement types 20080726061939A</guid></item><item><title>New Post: "The trace file did not contain any usable data"</title><link>http://www.codeplex.com/WCFLoadTest/Thread/View.aspx?ThreadId=31859</link><description>&lt;div style="line-height: normal;"&gt;This is likely to be a mismatch between the config file and the trace file. Try changing the clientTrace setting in the config file, or if you are using the wizard check the server-side option.&amp;nbsp;Aplogies for the dealy in replying.
&lt;/div&gt;</description><author>robjarratt</author><pubDate>Sat, 26 Jul 2008 05:45:54 GMT</pubDate><guid isPermaLink="false">New Post: "The trace file did not contain any usable data" 20080726054554A</guid></item><item><title>Created Issue: Unable to Create Test for messages containing XElement types</title><link>http://www.codeplex.com/WCFLoadTest/WorkItem/View.aspx?WorkItemId=2772</link><description>On contracts with XElement types, the Scenario Wizard generates the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#34;Data or message contract attribute expected on type System.Xml.Linq.XElement&amp;#34;&lt;br /&gt;&lt;br /&gt;Adding a client proxy or System.Xml.Linq to assemblies list does not solve the problem.&lt;br /&gt;</description><author>angelok</author><pubDate>Wed, 23 Jul 2008 19:31:07 GMT</pubDate><guid isPermaLink="false">Created Issue: Unable to Create Test for messages containing XElement types 20080723073107P</guid></item><item><title>New Post: "The trace file did not contain any usable data"</title><link>http://www.codeplex.com/WCFLoadTest/Thread/View.aspx?ThreadId=31859</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
I tried the wcfunit command-line-tool with a simple wcf-project (to be exact its just the sample-project that visual studio creates if you setup a new wcf-service-library project). I enabled the message logging on the service level and started the project to generate some entries in the message log. After that I tried to create the wcf load unit tests with the command-line tool. Unfortunately wcfunit gives me an error: &amp;quot;The trace file did not contain any usable data. Please make sure that LogMessageAtServiceLevel and LogEntireMessage are set&amp;quot;&lt;br&gt;
Has anyone an idea what i am doing wrong?&lt;br&gt;
&lt;br&gt;
ps: here is the message log:&lt;br&gt;
&amp;lt;E2ETraceEvent xmlns=&amp;quot;http://schemas.microsoft.com/2004/06/E2ETraceEvent&amp;quot;&amp;gt;&lt;br&gt;
&amp;nbsp; &amp;lt;System xmlns=&amp;quot;http://schemas.microsoft.com/2004/06/windows/eventlog/system&amp;quot;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;EventID&amp;gt;0&amp;lt;/EventID&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Type&amp;gt;3&amp;lt;/Type&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;SubType Name=&amp;quot;Information&amp;quot;&amp;gt;0&amp;lt;/SubType&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Level&amp;gt;8&amp;lt;/Level&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TimeCreated SystemTime=&amp;quot;2008-07-20T15:18:56.3858460Z&amp;quot; /&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Source Name=&amp;quot;System.ServiceModel.MessageLogging&amp;quot; /&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Correlation ActivityID=&amp;quot;{00000000-0000-0000-0000-000000000000}&amp;quot; /&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Execution ProcessName=&amp;quot;WcfSvcHost&amp;quot; ProcessID=&amp;quot;1352&amp;quot; ThreadID=&amp;quot;8&amp;quot; /&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Channel/&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Computer&amp;gt;GHOSTWHEEL&amp;lt;/Computer&amp;gt;&lt;br&gt;
&amp;nbsp; &amp;lt;/System&amp;gt;&lt;br&gt;
&amp;nbsp; &amp;lt;ApplicationData&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TraceData&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DataItem&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;MessageLogTraceRecord Time=&amp;quot;2008-07-20T17:18:56.3858460+02:00&amp;quot; Source=&amp;quot;ServiceLevelSendReply&amp;quot; Type=&amp;quot;System.ServiceModel.Channels.BodyWriterMessage&amp;quot; xmlns=&amp;quot;http://schemas.microsoft.com/2004/06/ServiceModel/Management/MessageTrace&amp;quot;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:Envelope xmlns:a=&amp;quot;http://www.w3.org/2005/08/addressing&amp;quot; xmlns:s=&amp;quot;http://www.w3.org/2003/05/soap-envelope&amp;quot;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:Header&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a:Action s:mustUnderstand=&amp;quot;1&amp;quot;&amp;gt;http://tempuri.org/IService1/GetDataResponse&amp;lt;/a:Action&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/s:Header&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:Body&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;GetDataResponse xmlns=&amp;quot;http://tempuri.org/&amp;quot;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;GetDataResult&amp;gt;You entered: 42&amp;lt;/GetDataResult&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/GetDataResponse&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/s:Body&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/s:Envelope&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/MessageLogTraceRecord&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/DataItem&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/TraceData&amp;gt;&lt;br&gt;
&amp;nbsp; &amp;lt;/ApplicationData&amp;gt;&lt;br&gt;
&amp;lt;/E2ETraceEvent&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>w4l3x_2791</author><pubDate>Sun, 20 Jul 2008 15:41:58 GMT</pubDate><guid isPermaLink="false">New Post: "The trace file did not contain any usable data" 20080720034158P</guid></item><item><title>CLOSED ISSUE: Fail to generate unit tests on contracts that don't explicitly set the action</title><link>http://www.codeplex.com/WCFLoadTest/WorkItem/View.aspx?WorkItemId=2333</link><description>When a contract doesn&amp;#39;t explicitly set an action named parameter on a contract we get the error&lt;br /&gt;&lt;br /&gt;&amp;#34;Could not find method for SOAP action &amp;#34;http&amp;#58;&amp;#47;&amp;#47;xxxxx&amp;#34;, check that the right proxy assemblies have been supplied.&amp;#34;&lt;br /&gt;&lt;br /&gt;This happens with a server trace and the correctly supplied contract.&lt;br /&gt;&lt;br /&gt;If we explicitly  set the action using the Action named parameter on the OperationContract attribute the unit tests are generated without any problem.&lt;br /&gt;Comments: Tried to reproduce the error but it could not be reproduced with the trace and assemblies supplied. The original poster was also unable to reproduce the error so it looks like there must have been an error in configuring the tool.</description><author>robjarratt</author><pubDate>Mon, 09 Jun 2008 09:01:07 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Fail to generate unit tests on contracts that don't explicitly set the action 20080609090107A</guid></item><item><title>CREATED ISSUE: Fail to generate unit tests on contracts that don't explicitly set the action</title><link>http://www.codeplex.com/WCFLoadTest/WorkItem/View.aspx?WorkItemId=2333</link><description>When a contract doesn&amp;#39;t explicitly set an action named parameter on a contract we get the error&lt;br /&gt;&lt;br /&gt;&amp;#34;Could not find method for SOAP action &amp;#34;http&amp;#58;&amp;#47;&amp;#47;xxxxx&amp;#34;, check that the right proxy assemblies have been supplied.&amp;#34;&lt;br /&gt;&lt;br /&gt;This happens with a server trace and the correctly supplied contract.&lt;br /&gt;&lt;br /&gt;If we explicitly  set the action using the Action named parameter on the OperationContract attribute the unit tests are generated without any problem.&lt;br /&gt;</description><author>tspascoal</author><pubDate>Sun, 08 Jun 2008 22:51:46 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Fail to generate unit tests on contracts that don't explicitly set the action 20080608105146P</guid></item><item><title>COMMENTED ISSUE: WCF Test Wizard don't release assemblies after creation of the test</title><link>http://www.codeplex.com/WCFLoadTest/WorkItem/View.aspx?WorkItemId=1748</link><description>The Wizard used to create WCF Test don&amp;#39;t release assemblies after creation of the test.&lt;br /&gt;When we build the solution, Visual Studio can&amp;#39;t delete the dll in &amp;#92;bin&amp;#92;Debug directory because there are in use by another process.&lt;br /&gt;Comments: ** Comment from web user: robjarratt ** &lt;p&gt;I need to look at this but I suspect that I would need to change the design so that the tool works in a different appdomain so that the assemblies are unloaded after the tool has been run.&lt;/p&gt;</description><author>robjarratt</author><pubDate>Wed, 16 Apr 2008 20:51:58 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: WCF Test Wizard don't release assemblies after creation of the test 20080416085158P</guid></item><item><title>COMMENTED ISSUE: Using contracts with parameters passed by reference</title><link>http://www.codeplex.com/WCFLoadTest/WorkItem/View.aspx?WorkItemId=1734</link><description>It&amp;#39;s not possible to use contracts with parameters passed by reference in current version of WCF Load Test &amp;#40;2.0&amp;#41; - Release 10153&lt;br /&gt;&lt;br /&gt;Example &amp;#58;&lt;br /&gt;&amp;#91;OperationContract&amp;#93;&lt;br /&gt;string HelloWorld&amp;#40;ref int Counter&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;First, I create a WCF Test in Visual Studio and select trace file, contracts and assembly. &lt;br /&gt;When I go to last step, I get an error &amp;#34;Type System.Int32&amp;#38; cannot be serialized.  Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute.&amp;#34;&lt;br /&gt;&lt;br /&gt;Could you help us &amp;#63;&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;&lt;br /&gt;Arnaud&lt;br /&gt;Comments: ** Comment from web user: robjarratt ** &lt;p&gt;This is indeed a bug. I am working on a fix.&lt;/p&gt;</description><author>robjarratt</author><pubDate>Wed, 16 Apr 2008 20:49:25 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Using contracts with parameters passed by reference 20080416084925P</guid></item><item><title>CREATED ISSUE: WCF Test Wizard don't release assemblies after creation of the test</title><link>http://www.codeplex.com/WCFLoadTest/WorkItem/View.aspx?WorkItemId=1748</link><description>The Wizard used to create WCF Test don&amp;#39;t release assemblies after creation of the test.&lt;br /&gt;When we build the solution, Visual Studio can&amp;#39;t delete the dll in &amp;#92;bin&amp;#92;Debug directory because there are in use by another process.&lt;br /&gt;</description><author>coolman02</author><pubDate>Thu, 10 Apr 2008 13:07:22 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: WCF Test Wizard don't release assemblies after creation of the test 20080410010722P</guid></item><item><title>CREATED ISSUE: Using contracts with parameters passed by reference</title><link>http://www.codeplex.com/WCFLoadTest/WorkItem/View.aspx?WorkItemId=1734</link><description>It&amp;#39;s not possible to use contracts with parameters passed by reference in current version of WCF Load Test &amp;#40;2.0&amp;#41; - Release 10153&lt;br /&gt;&lt;br /&gt;Example &amp;#58;&lt;br /&gt;&amp;#91;OperationContract&amp;#93;&lt;br /&gt;string HelloWorld&amp;#40;ref int Counter&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;First, I create a WCF Test in Visual Studio and select trace file, contracts and assembly. &lt;br /&gt;When I go to last step, I get an error &amp;#34;Type System.Int32&amp;#38; cannot be serialized.  Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute.&amp;#34;&lt;br /&gt;&lt;br /&gt;Could you help us &amp;#63;&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;&lt;br /&gt;Arnaud&lt;br /&gt;</description><author>coolman02</author><pubDate>Tue, 08 Apr 2008 19:12:18 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Using contracts with parameters passed by reference 20080408071218P</guid></item><item><title>RELEASED: Version 2.0 - First CodePlex Release (Jan 25, 2008)</title><link>http://www.codeplex.com/WCFLoadTest/Release/ProjectReleases.aspx?ReleaseId=10153</link><description>This release contains an installer, all the sources, documentation on how to install and use the tool &amp;#40;including how to build it&amp;#41;, all the sources and a lab.</description><author></author><pubDate>Fri, 25 Jan 2008 12:08:20 GMT</pubDate><guid isPermaLink="false">RELEASED: Version 2.0 - First CodePlex Release (Jan 25, 2008) 20080125120820P</guid></item><item><title>UPDATED RELEASE: Version 2.0 - First CodePlex Release (Jan 25, 2008)</title><link>http://www.codeplex.com/WCFLoadTest/Release/ProjectReleases.aspx?ReleaseId=10153</link><description>This release contains an installer, all the sources, documentation on how to install and use the tool &amp;#40;including how to build it&amp;#41;, all the sources and a lab.</description><author></author><pubDate>Fri, 25 Jan 2008 12:08:20 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 2.0 - First CodePlex Release (Jan 25, 2008) 20080125120820P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/WCFLoadTest/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Project Description
&lt;/h1&gt;This tool takes a WCF trace file and a WCF client proxy, or a WCF interface contract, and generates a unit test that replays the same sequence of calls found in the trace file. The code generated is easily modifiable so that data variation can be introduced for the purpose of doing performance testing.&lt;br /&gt;&lt;br /&gt;The tool will also integrate with Visual Studio 2005&amp;#47;2008 Team Edition for Software Testers and installs a wizard for creating the trace and processing it from inside Visual Studio.&lt;br /&gt;
&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Features
&lt;/h1&gt;The tool has the following main features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Replay of captured scenario in a unit test that can be included in a load test.&lt;/li&gt;&lt;li&gt;Support for the DataContractSerializer.&lt;/li&gt;&lt;li&gt;Support for message contracts.&lt;/li&gt;&lt;li&gt;Support for proxies generated using svcutil.&lt;/li&gt;&lt;li&gt;Support for clients that create proxies at run time from contract interfaces.&lt;/li&gt;&lt;li&gt;Supports calls to multiple services in a single scenario.&lt;/li&gt;&lt;li&gt;Supports multiple calls to the same service operation.&lt;/li&gt;&lt;li&gt;Filtering by SOAP action of which messages in the trace to replay.&lt;/li&gt;&lt;li&gt;Readable and modifiable code is generated.&lt;/li&gt;&lt;li&gt;Automatic association of trace message with proxy method (requires all operations to have a unique SOAP action).&lt;/li&gt;&lt;li&gt;Support for client and server side traces.&lt;/li&gt;&lt;li&gt;A command line tool for processing traces and generating code.&lt;/li&gt;&lt;li&gt;Visual Studio 2005/2008 integration (Team Developer, Team Test, Team Suite and for 2008 also Professional)) that can be used instead of the command line tool.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>robjarratt</author><pubDate>Thu, 24 Jan 2008 15:24:56 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080124032456P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/WCFLoadTest/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Project Description
&lt;/h1&gt;This tool takes a WCF trace file and a WCF client proxy, or a WCF interface contract, and generates a unit test that replays the same sequence of calls found in the trace file. The code generated is easily modifiable so that data variation can be introduced for the purpose of doing performance testing.&lt;br /&gt;&lt;br /&gt;The tool will also integrate with Visual Studio 2005&amp;#47;2008 Team Edition for Software Testers and installs a wizard for creating the trace and processing it from inside Visual Studio.&lt;br /&gt;
&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Features
&lt;/h1&gt;The tool has the following main features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Replay of captured scenario in a unit test that can be included in a load test.&lt;/li&gt;&lt;li&gt;Support for the DataContractSerializer.&lt;/li&gt;&lt;li&gt;Support for message contracts.&lt;/li&gt;&lt;li&gt;Support for proxies generated using svcutil.&lt;/li&gt;&lt;li&gt;Support for clients that create proxies at run time from contract interfaces.&lt;/li&gt;&lt;li&gt;Supports calls to multiple services in a single scenario.&lt;/li&gt;&lt;li&gt;Supports multiple calls to the same service operation.&lt;/li&gt;&lt;li&gt;Filtering by SOAP action of which messages in the trace to replay.&lt;/li&gt;&lt;li&gt;Readable and modifiable code is generated.&lt;/li&gt;&lt;li&gt;Automatic association of trace message with proxy method (requires all operations to have a unique SOAP action).&lt;/li&gt;&lt;li&gt;Support for client and server side traces.&lt;/li&gt;&lt;li&gt;A command line tool for processing traces and generating code.&lt;/li&gt;&lt;li&gt;Visual Studio 2005/2008 integration (Team Developer, Team Test, Team Suite and for 2008 also Professional)) that can be used instead of the command line tool.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;**Delete the following note before publishing **&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This project is currently in setup mode and only available to project coordinators and developers. Once you have finished setting up your project you can publish it to make it available to all CodePlex visitors.&lt;br /&gt; &lt;br /&gt;There are three requirements before you publish:&lt;br /&gt; &lt;br /&gt;- Edit this page to provide information about your project&lt;br /&gt;- Upload the initial source code for your project&lt;br /&gt;- Add your project license&lt;br /&gt; &lt;br /&gt;Additional information on starting a new project is available here: &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Project%20Startup%20Guide" class="externalLink"&gt;Project Startup Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>robjarratt</author><pubDate>Fri, 18 Jan 2008 23:04:37 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080118110437P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/WCFLoadTest/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This tool takes a WCF trace file and a WCF client proxy, or a WCF interface contract, and generates a unit test that replays the same sequence of calls found in the trace file. The code generated is easily modifiable so that data variation can be introduced for the purpose of doing performance testing.&lt;br /&gt;&lt;br /&gt;The tool will also integrate with Visual Studio 2005&amp;#47;2008 Team Edition for Software Testers and installs a wizard for creating the trace and processing it from inside Visual Studio.&lt;br /&gt;
&lt;br /&gt; &lt;br /&gt;The tool has the following main features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Replay of captured scenario in a unit test that can be included in a load test.&lt;/li&gt;&lt;li&gt;Support for the DataContractSerializer.&lt;/li&gt;&lt;li&gt;Support for message contracts.&lt;/li&gt;&lt;li&gt;Support for proxies generated using svcutil.&lt;/li&gt;&lt;li&gt;Support for clients that create proxies at run time from contract interfaces.&lt;/li&gt;&lt;li&gt;Supports calls to multiple services in a single scenario.&lt;/li&gt;&lt;li&gt;Supports multiple calls to the same service operation.&lt;/li&gt;&lt;li&gt;Filtering by SOAP action of which messages in the trace to replay.&lt;/li&gt;&lt;li&gt;Readable and modifiable code is generated.&lt;/li&gt;&lt;li&gt;Automatic association of trace message with proxy method (requires all operations to have a unique SOAP action).&lt;/li&gt;&lt;li&gt;Support for client and server side traces.&lt;/li&gt;&lt;li&gt;A command line tool for processing traces and generating code.&lt;/li&gt;&lt;li&gt;Visual Studio 2005/2008 integration (Team Developer, Team Test, Team Suite and for 2008 also Professional)) that can be used instead of the command line tool.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;**Delete the following note before publishing **&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This project is currently in setup mode and only available to project coordinators and developers. Once you have finished setting up your project you can publish it to make it available to all CodePlex visitors.&lt;br /&gt; &lt;br /&gt;There are three requirements before you publish:&lt;br /&gt; &lt;br /&gt;- Edit this page to provide information about your project&lt;br /&gt;- Upload the initial source code for your project&lt;br /&gt;- Add your project license&lt;br /&gt; &lt;br /&gt;Additional information on starting a new project is available here: &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Project%20Startup%20Guide" class="externalLink"&gt;Project Startup Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>robjarratt</author><pubDate>Fri, 18 Jan 2008 23:00:40 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080118110040P</guid></item></channel></rss>