views:

39

answers:

1

Hi,

I am developing a java application (running on a Linux server) that needs to connect to a .net WCF web service configured to use Windows authentication only. It seems to work fine when I run the app on my Windows desktop. Is there any way to make it work from the Linux server?

A: 

HttpClient supports NTLM authentication, so I suggest using that.

krock
It seems to work only on Windows though
Grzenio