Hi,
Thanks to all devs for a great project, and I hope I'm sending this to the
right place.
It looks like there is one small typo in the server example code:
xmlRpcServer.setHandlerMapping(dhm);
should probably be
xmlRpcServer.setHandlerMapping(phm);
Also, there appears to be a place where the library has drifted ahead of the
client example code. This line:
config.setServerUrl("http://127.0.0.1:8080/xmlrpc");
doesn't work. This works fine though:
import java.net.*;
config.setServerURL(new URL("http://127.0.0.1:8080/xmlrpc"));
Thanks and take care,
-Jason
-------------------------------------------------------
-Jason McLaurin
Embedded Design Engineer
Petron Industries, Inc.
1187 Brittmoore Rd.
Houston, TX 77043
Tel 713.693.8700
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]