1. if net.tcp not enable on the server, you will see "The protocol 'net.tcp' is not supported." error message:

2. You need install and turn on the feature in Control panel\Programs and features:


3. then enable the protocols of your service:

4. set up the binding port:

5. done. it should be work, if not work, check those step again and the binding address in you web.config file.
I will post my service code and client code later.