My current XML-RPC implementation is done using servlet-to-servlet communication (running in TomCat).
 
Now I need to implement XML-RPC on SSL.
I have downloaded JSSE and configured SSL support on TomCat.
But what changes should I make to my XML-RPC codes?
Can anyone provide some sample codes on using SSL with XML-RPC

Reply via email to