XML-RPC

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
choppsta
Forum Contributor
Posts: 114
Joined: Thu Jul 03, 2003 11:11 am

XML-RPC

Post by choppsta »

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.
choppsta
Forum Contributor
Posts: 114
Joined: Thu Jul 03, 2003 11:11 am

Post by choppsta »

Hmm... oh well, I presume not many people are into XML-RPC!!

Anyhoo, I tried another library:

The Incutio XML-RPC Library for PHP
http://scripts.incutio.com/xmlrpc/

For what I need to do, it seems much tighter and easier to use. Although I did have to tweak it a little to get it to work over SSL.

Right, now on to the SOAP interface :?
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post by ol4pr0 »

i have done something with the whole SOAP thing proffesionally that is.

I did give it a try doing it with php however still ended up doing it in JAVA.
powerful combination if i may say so.
Post Reply