John Gage wrote:
I downloaded the xmlrpc source and found it does have
the setServerUrl method.... so it looks like the 3.0a1
jar file is out of synch with the documentation and
the 3.0a1 source code.
Quite possible. When in doubt, consult the test suite.
But then I hit another snag.... I am unable to compile
the library code because I'm missing the
org.apache.commons.httpclient package. (I also needed
the org.apache.commons.util but found a pointer to
that in a previous post to this alias).
Use Maven 2 to build the package. It's as simple as running
mvn package
BTW, I don't really need the latest and greatest...but
I can't find any older (stable) versions of a jar file
for the xmlrpc package elsewhere on the apache site.
http://ws.apache.org/xmlrpc/xmlrpc2/
Jochen