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
