简体   繁体   中英

WCF service with authentication using BasicHttpBinding

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.

  1. How can I test this service from WCFTestCleint ?. I get error as "The username is not provided. Specify username in ClientCredentials.".

  2. We need to provide this API over internet ....would it be possible to access this kind of WCF from any programming language ?.

对于测试WCF服务,我建议您使用SoapUi,它可与任何身份验证类型一起使用

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM