Microwrorker
Microworkers.com on Facebook


Saturday, August 2, 2008

Programming Web Services with XML -RPC



XML-RPC, a simple yet powerful system built on XML and HTTP, lets developers connect programs running on different computers with a minimum of fuss. Java programs can talk to Perl scripts, which can talk to ASP applications, and so on. With XML-RPC, developers can provide access to functionality without having to worry about the system on the other end, so it's easy to create web services.


Programming Web Services with XML -RPC
By Edd Dumbill, Joe Johnston, Simon St. Laurent

Click to Download