0

good I'm trying to authenticate to web services with kerberos, but when I try to invoke the web service gives me the following error:

Error :- WSE594: InitializeSecurityContext call failed with the following error message: The network path was not found

Can anyone tell me what is?

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Helio
  • 81
  • 4
  • Why are you using WSE for _anything_? It's very obsolete and is unsupported. As a result, there are very few people who know anything about it. – John Saunders Jun 11 '14 at 23:27
  • yes, I know I should use wcf but do not know how, I am new at this and I can not use the wcf. Can you give me any tips? – Helio Jun 11 '14 at 23:38
  • Yes, I can give you a tip. WSE is obsolete and not supported by Microsoft. Do not use it. Take a day and begin learning WCF. See [tag:wcf] and even [this](http://johnwsaunders3.wordpress.com/2009/05/17/how-to-consume-a-web-service/). It's from the point of view of consuming a service, but creates one as an example. – John Saunders Jun 12 '14 at 01:08
  • And for example, do not create any web service, only have access to the wsdl, and I do not know if it is or not created in WCF. When the mind for visual studio and then invoke, can when I'm invoking introduce a kerberos ticket in the request header? – Helio Jun 12 '14 at 08:09
  • It doesn't need to be created in WCF. Just start with "Add Service Reference" and go from there. – John Saunders Jun 12 '14 at 08:35
  • but this I know ... add to "Add Service Reference", then I do not know is how to invoke the service put a kerberos ticket in order? Just found examples using WSE – Helio Jun 12 '14 at 08:43
  • Ignore WSE. Any WSE examples you find are ancient. Do not use them. – John Saunders Jun 12 '14 at 08:57
  • can get me a recent example of wcf who can show me? It's just that I do not find ... – Helio Jun 12 '14 at 09:14
  • Stop looking for examples. Start learning WCF. "Looking for examples" is how you found WSE. That should have taught you not to do that any more. – John Saunders Jun 12 '14 at 13:35

0 Answers0