Running a test against the actual WCF service will not be unit testing, it will be integration testing; if you want to do this, you will do this as part of an automatic build process that deploys the service and then runs your tests.
unit test , WCF , .