I've a requirement to implement basic authentication in WCF but the user credentials are stored in database instead of Active Directory. So whenever a client call my service method I've to get the username & password from the SOAP headers and authenticate using database. Can any body point out some good references to implement this?
Note: The service is using basic-http binding.