You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@ws.apache.org by Alexander Langer <al...@s-3.de> on 2004/06/29 10:41:59 UTC

XML-RPC not working with JCIFS (NTLM auth for HTTP)

Hi!

I need my applet to be able to contact my XML-RPC server script on a MS IIS
server with activated windows authentication. Therefore I tried JCIFS (
http://jcifs.samba.org/ ) which establishes a wrapper around Java's
HTTP-Classes ( see http://jcifs.samba.org/src/docs/httpclient.html ). This
works (within the same application) fine when I try to connect and
authenticate to the server, but XML-RPC doesn't seem to make any use of it,
although using java.net.URL.

Do you have any idea on how to get both to work together?

alex