Ryan Hoegg <[EMAIL PROTECTED]> writes: > I just went poking around my sources and found a good example of both > client and server under the examples/echo directory. Unfortunately it > is not included in the xmlrpc-1.1-src.zip on the site :( > > I will look around some more and see what I can find, but you can get > it from anonymous CVS.
Unit tests are almost always the Right Place to Look for this sort of thing. A simple echo server is used to unit test XML-RPC. -- Daniel Rall <[EMAIL PROTECTED]>
