Hi,
If I do not misunderstand you, maybe you can use th WCF Service to call the web service. Then if the customer wants to call your web service, then you can just let the customer to call the wcf service. So we can just add some authentication to
the wcf service.
In WCF Service you can use the windows authentication, username password or the certificate authentication, for more information, please try to refer to:
#Eight steps to enable Windows authentication on WCF:
http://www.codeproject.com/Articles/36289/steps-to-enable-windows-authentication-on-WCF-Ba .
#WCF Service with custom username password authentication:
http://www.codeproject.com/Articles/96028/WCF-Service-with-custom-username-password-authenti .
#An easy way to use certificates for WCF security:
http://www.codeproject.com/Articles/18601/An-easy-way-to-use-certificates-for-WCF-security .
Best Regards,
Amy Peng
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.