I have a problem that is as follows:
- I have a webservice, and I want to authenticate with Kerberos.
I add in my visual studio wsdl by adding a service reference ... it creates a proxy class, so to speak, and reference.cs can invoke the service.
What he wanted now was to get a Kerberos ticket from the user logged into pc, and then add this ticket in the soap request and invoke the service.
Can anyone help me how can I do this?