On Tue, 2002-02-12 at 11:25, Alan Knowles wrote: > The only concern I have is that the current XML transport layer is not > as flexible as I would like, -- there are other things I want to do with > it, my current options are to move towards either XMLRPC or just WDDX, > both have the downside that an additional module needs to be installed > on the server.
XML-RPC is also available as a PHP-level library, requiring no installations. See http://xmlrpc.usefulinc.com/php.html The advantage of using XML-RPC would be that it is a relatively simple protocol, and that libraries are available for most common programming languages. If we had Midgard API available through XML-RPC, this would make it easy to write all kinds of client programs for it. As another matter, I'm sad to admit I still haven't had the time to install phpmole. The concept is very promising, though. If only I had more free time, or we had RPMs... > alan /Bergie -- Henri Bergius [EMAIL PROTECTED] Consultant Partner Tel: +358-20-198 6032 Nemein Solutions Oy http://www.nemein.com Nadmin Studio and Midgard support at 0600-1-2552 available for Finnish customers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
