XML-RPC
Posted: Mon Apr 18, 2005 9:29 am
I'm trying to implement an XML-RPC interface on a project i'm working on at the moment. I'm using XML-RPC for PHP by Edd Dumbill http://phpxmlrpc.sourceforge.net/.
I'm not happy with the encapsulation of the library. Despite being heavily OO there are loads of normal functions, and even worse, loads of global variables. This means unless it's included into the global scope, it just doesn't work!
Also, I was getting notice errors with PHP set to report all errors.
What library do other people use or recommend to implement XML-RPC clients and servers? Preferrably better encapsulated that don't throw any PHP errors. Oh, and is FREE.
I'm not happy with the encapsulation of the library. Despite being heavily OO there are loads of normal functions, and even worse, loads of global variables. This means unless it's included into the global scope, it just doesn't work!
Also, I was getting notice errors with PHP set to report all errors.
What library do other people use or recommend to implement XML-RPC clients and servers? Preferrably better encapsulated that don't throw any PHP errors. Oh, and is FREE.