[PHP] xml-rpc with php5

2005-03-01 Thread Alex Duggan
Hello,

What is the best solution for setting up an xml-rpc client with php5?
Are the built in functions still experimental, are the classes from
useful inc better to use?  I want to continue using xml-rpc instead of
soap because of it's simplicity and less overhead. 

Alex

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] xml-rpc with php5

2005-03-01 Thread Matthew Fonda
On Tue, 2005-03-01 at 21:14, Alex Duggan wrote:
 Hello,
 
 What is the best solution for setting up an xml-rpc client with php5?
 Are the built in functions still experimental, are the classes from
 useful inc better to use?  I want to continue using xml-rpc instead of
 soap because of it's simplicity and less overhead. 
 
 Alex

You could try the new xmlrpci PHP extension
http://pecl.php.net/package/xmlrpci

If not, you can use PEAR::XML_RPC
http://pear.php.net/package/XML_RPC
-- 
Regards,
Matthew Fonda
http://mfonda.info

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php