webservices and NT authentication

  • Thread starter Thread starter Rob Blij
  • Start date Start date
R

Rob Blij

How can I make my app connect to my webservice using nt authentication? I
have created network credentials and set them on SOAP httpclient and it
throws a 401 error.

Is it possible to reach a webservice from the device using NT authentication
to login?

tia
Rob
 
Managed to implement but still get an unautherized exception... Tried using
preauthenticate = true but gives me a protocol error if I do...
 
Back
Top