Programming Web Services with XML-RPC by Edd Dumbill;Edd Dumbill Simon St Laurent & Joe Joh;Simon St Laurent & Joe Joh (9780596001193)
Edd Dumbill;Edd Dumbill Simon St Laurent & Joe Joh;Simon St Laurent & Joe Joh
Release Date: 22 Jun 2001 Format: Paperback Pages: 230 Category: Web Services Publisher: Woodslane ISBN: 9780596001193 ISBN-10: 0596001193
This text introduces the simple but powerful capabilities of XML-RPC, a system for remote procedure calls built on XML and the HTTP protocol. XML-RPC lets developers connect programs running on different computers with a minimum of fuss, by wrapping procedure calls in XML and establishing simple pathways for calling functions. With XML-RPC, Java programs can talk to Perl scripts, which can talk to Python programs, ASP applications, and so on. 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. This book supplies the details of both the XML-RPC specification and various XML-RPC implementations, so you can get started developing distributed applications in Java, Perl, Python, ASP, or PHP.