You can use WCFStorm. It let you create and run functional test cases and performance test cases. You can even expose your WCF as a webservice (basicHttpBinding, wsHttpBinding etc.) and your test cases will still work. Check it out!
Below is a screenshot of a functional test case. The actual response didnt match the expected response and the difference is shown.

