Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello

I have a big problem and hope somebody can give me a tip...

I have to consume a 3rd party Webservice (not a webrequest!) which I include to visual Studio by WSDL.

This service needs to authenticate by kerberos. So far so good but the Service answers to the call of a methode with 500 and submits in the SOAP-Fauld the 401.

So the communication stops and there is no challange<->request to start kerberos-auth...

My Aproache is now to submit already at the first communication the Kerberos ticket like it would work on httpwebrequests where I only have to set a AuthenticationManager.CredentialPolicy and force the methode ShouldSendCredential to return true

thx and regards Robert
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900