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.
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). 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. Any help appreciated. Thanks, John --- John Gage <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to get started using the sample > client code provided at > http://ws.apache.org/xmlrpc/client.html > > The following part of the example code does not > compile: > > XmlRpcClientConfigImpl config = new > XmlRpcClientConfigImpl(); > config.setServerUrl(serverUrl); > > The problem is there is no 'setServerUrl' method in > the > XmlRpcClientConfigImpl class. Is the class broken > or > is the example out of date? Will someone please > share > a simple example that does work with the currently > available xmlrpc jar file (xmlrpc-3.0a1)? > > Thanks, > John > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
