In my work, we have a requirement to pass the user credential to the web service. The Web method need to have the UserName and Password details for each call. But the User credentials are from Active Directory. How do I pass the User Credentials to the
Web Service so that the Web Method can get the UserID and PWD?
↧