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
�� ��url: 'http://ss3.gemstone.com/ss/XMLRPC';
�� ��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,

#Luc

2015-07-12 19:13 GMT+02:00 Stephan Eggermont <stephan@stack.nl>:
On 12-07-15 00:59, Arturo Zambrano wrote:
Hi all,
�� ��I tried this:
Gofer it
�� �� �� �� ��url: 'http://ss3.gemstone.com/ss/XMLRPC';
�� �� �� �� ��package: 'ConfigurationOfXMLRPC';
�� �� �� �� ��load.
ConfigurationOfXMLRPC project latestVersion load: 'All'.

I'm afraid 1.0-alpha4 might be larger than 1.0.2
Did you try #stable?

Stephan