Connecting Tech Pros Worldwide Help | Site Map

XML-RPC and PHP5

  #1  
Old July 17th, 2005, 09:39 AM
Matthew Bates
Guest
 
Posts: n/a
Hi,

I would like to use PHP5 to interact with an XML-RPC web service. I've
noticed a number of libraries on the net however many are out of date
and not specific to PHP5.

Could anybody please recommend the best way to use XML-RPC and PHP5?

Thanks in advance.

Matthew Bates
  #2  
Old July 17th, 2005, 09:39 AM
Zurab Davitiani
Guest
 
Posts: n/a

re: XML-RPC and PHP5


Matthew Bates wrote:
[color=blue]
> I would like to use PHP5 to interact with an XML-RPC web service. I've
> noticed a number of libraries on the net however many are out of date
> and not specific to PHP5.[/color]

I don't know if there's a PHP5-only library out there - I am guessing not.
Is there any reason why you are looking for PHP5-only implementation? Do
you absolutely need interfaces, or exceptions, or abstract classes in your
XML-RPC library?

There's a list of XML-RPC libraries (if you haven't seen it yet) at:
http://www.xmlrpc.com/directory/1568/implementations

Obviously, you would have already checked out:
http://www.php.net/manual/en/ref.xmlrpc.php
although this is still marked as experimental - I don't know why.

If you don't like any of them, implement your own - it's not that hard. I
did it virtually from scratch (client only) with ActiveLink PHP XML
package:
http://www.active-link.com/software/
Feel free to check it out.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Admin Content in php5 + xml (no mysql) Pablo answers 0 June 2nd, 2008 11:34 AM
PHP4 -> PHP5 issue Mathieu Maes answers 7 August 18th, 2006 12:45 PM
PHP4 Dom XML to PHP5 XML dk_sz answers 1 August 4th, 2005 03:05 PM
[PHP5 & DOM] element extracted from doc suddenly not found in insertBefore() -- NS problem Rutger Claes answers 3 July 17th, 2005 10:49 AM
PHP5 XSL issue WinXP/Apache2 badbetty answers 4 July 17th, 2005 08:29 AM