views:

249

answers:

2

Are there any open source (or not) alternatives to the WCFTestClient?

The WCFTestClient has a lot of limitations that make it hard to work with (for example it does not support Entity Framework objects).

So I am looking to see if there is anything else out there that may be better (or even different).

+1  A: 

I prefer to create actual unit tests to test servers I write. The idea is that they can be rerun frequently.

You can also try soapUI.

John Saunders
+2  A: 

WCF Storm or the open-source Storm

jsw