yup, but sadly, there is nothing in the unit tests for the Secure client and server.
The source to SecureWebServer does contain this tantalising snippet:
80 * Standard security properties must be set before the SecureWebserver
81 * can be used. The SecurityTool takes care of retrieving these
82 * values, but the parent application must set the necessary
83 * values before anything will work.
I know they're standard(ish), but I still can't find any good docs on them :-(
On Tuesday, October 29, 2002, at 07:59 PM, Daniel Rall wrote:
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]>
