views:

337

answers:

1

Hi Any clue or example on how to implement basic authentication for XMLRPC using org.apache.xmlrpc.webserver.WebServer?

I'm using the Java API apache-xmlrpc-3.1.2 and I'm not being able to implement authentication without org.apache.xmlrpc.webserver.ServletWebServer

A: 

There is an example in Apache XML-RPC documentation. Look in BasicAuthentication section.

Superfilin