When a contract doesn't explicitly set an action named parameter on a contract we get the error "Could not find method for SOAP action "http://xxxxx", check that the right proxy assemblies have be...
On contracts with XElement types, the Scenario Wizard generates the following error: "Data or message contract attribute expected on type System.Xml.Linq.XElement" Adding a client proxy or System...
The Wizard used to create WCF Test don't release assemblies after creation of the test. When we build the solution, Visual Studio can't delete the dll in \bin\Debug directory because there are in u...
It's not possible to use contracts with parameters passed by reference in current version of WCF Load Test (2.0) - Release 10153 Example : [OperationContract] string HelloWorld(ref int Counter); ...