As per this link http://www.brhlavinka.com/2013/06/07/secure-wcf-service-with-basichttpbinding-and-custom-credentials/
I implemented a WCF service with authentication using BasicHttpBinding. All works fine but have few questions.
How can I test this service from WCFTestCleint ?. I get error as "The username is not provided. Specify username in ClientCredentials.".
We need to provide this API over internet ....would it be possible to access this kind of WCF from any programming language ?.