Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

Instant PHP Web Services

XML-RPC Class Server is a really clever piece of code. It consists of a single file which you can drop in a directory full of PHP .class.php files to instantly provide an XML-RPC interface to every class in the directory. Private methods that begin with an underscore are not included in the web service. Unfortunately the system requires PHP’s XML-RPC extensions to be enabled.

This is Instant PHP Web Services by Simon Willison, posted on 24th July 2002.

View blog reactions

Next: Windows SSL support in Python

Previous: PHP object overloading

0 comments

No comments.

Comments are closed.

Previously hosted at http://simon.incutio.com/archive/2002/07/24/instantPhpWebServices

A django site