Hi Arturo,
for our PhaROS project, we use XMLRPC.
When I had a look at it, started to clean it up...
So far, the ConfigurationOfPhaROS uses the bleeding edge version of XMLRPC because it was moving a lot.
Here what I use:
Gofer it
�� ��package: 'ConfigurationOfXMLRPC';
�� ��load.
(ConfigurationOfXMLRPC project version: #bleedingEdge)
load: #('XMLRPC-Client-Core' 'XMLRPC-Client-Tests' 'XMLRPC-Server-Core' 'XMLRPC-Server-Tests').
"1738 run, 1738 passes, 11 skipped, 0 expected failures, 0 failures, 0 errors, 0 unexpected passes"
Best,