4

I'm using Savon to communicate with SharePoint using web services. Everything is working fine if SharePoint web application supports basic authentication, but if I change it to NTLM it fails. It fails at line

newclient.http.auth.ntlm(username, password) 

and the error message is Install the httpi-ntlm gem for experimental NTLM support. FYI I have allready installed the specified gem and am using it.

Nikola
  • 14,888
  • 21
  • 101
  • 165
Baba
  • 41
  • 1
  • I also had some trouble using the experimental branch in this context. Would you mind [testing this fork](https://github.com/coldnebo/httpi/wiki) and letting me know if it works for you? Thanks! – Larry Kyrala Dec 31 '12 at 21:41
  • Thanks Larry, i tried your link but its not working for me, Please let me know is there any alternative. – Baba Jan 01 '13 at 08:30
  • Just tried this with my external app and noticed a missing require that didn't show up during the tests. I've fixed it now, try updating. Thanks! – Larry Kyrala Jan 02 '13 at 14:35

0 Answers0