News Feed
Jobs Feed
Sections




News Archive
PHPit.net:
An introduction to XML-RPC in PHP
January 30, 2006 @ 07:59:55

PHPit.net has posted this new tutorial, an introduction to XML-RPC in PHP.

n this tutorial I will show you how to create your own XML-RPC web service, allowing other people to connect to your website. I will also show you how to create your own XML-RPC client, which means you can query other web services.

Although PHP comes with inbuilt XML-RPC functionality, we won't be using it in this tutorial, and instead we'll opt for the excellent XML-RPC Library by Simon Willison, available at http://scripts.incutio.com/xmlrpc/. This library includes both the ability to create a XML-RPC server and client, which is exactly what we need.

They start with the server, making a few simple functions to respond to a single request. They even include a bit more advanced code to allow the server to be "self-desciribing". Next comes to client - a simple, single call first, then on to making multiple calls. Included also are demos showing how they will look when working...

0 comments voice your opinion now!
introduction to xml-rpc server client self-describing introduction to xml-rpc server client self-describing


blog comments powered by Disqus

Similar Posts

Devshed: PHP Email

Zend Developer Zone: Introduction to DataModeler

Mike Bernat's Blog: Design Patterns (an Introduction and the Singleton)

DevShed: An Introduction to Sockets in PHP (Part 1)

PHPBuilder.com.au: Powerful Web Services with PHP and SOAP


Community Events











Don't see your event here?
Let us know!


symfony2 conference opinion phpunit development symfony community database testing language interview podcast introduction zendframework2 series release framework usergroup rest functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework