-
SAAJ client and NTLM authentication (1 messages)
- Posted by: Alex S.
- Posted on: September 19 2007 03:45 EDT
Hi! I'm developing web-service client with SAAJ. Web service is located on IIS. While I'm using BASIC it's just needed to add following fragment to the message header: mimeHeaders.addHeader("Authorization", "Basic " + credentials.getEncodedCredentials()); But I need to implement NTLM authentication , and I have no idea how it could be done. Thanks for all answers!Threaded Messages (1)
- Did you get a solution? by Fasdf Asdf on April 05 2011 00:30 EDT
-
Did you get a solution?[ Go to top ]
- Posted by: Fasdf Asdf
- Posted on: April 05 2011 00:30 EDT
- in response to Alex S.
Hi. I'm very interset in this ansewer myself since I'm trying to solve the same issue.
Did you get a solution?