You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by Jason McLaurin <jm...@petronworld.com> on 2006/08/22 16:28:34 UTC

Some small possible errors in the beginners' documentation

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


Re: Some small possible errors in the beginners' documentation

Posted by Jochen Wiedmann <jo...@gmail.com>.
Jason McLaurin wrote:

> Thanks to all devs for a great project, and I hope I'm sending this to the
> right place.

Yes, indeed. Thanks, applied.

---------------------------------------------------------------------
To unsubscribe, e-mail: xmlrpc-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: xmlrpc-dev-help@ws.apache.org