Johnston, Joe
Programming Web Services with XML-RPC
- ISBN 13:
- 9780596001193
- author:
- Johnston, Joe
- format:
- Paperback
- publisher:
- OReilly Media
- language:
- English
- Publication Year:
- 2001
- Pages:
- 230
- Dimensions:
- 178mm X 13mm
- Genre:
- Computers / General
- Condition:
- New
- Availability:
- Item usually sent within 10 working days
Description
XML-RPC is a system for remote procedure calls built on XML and the HTTP protocol, allowing you to share processing between computers running different languages and operating systems.
This technology enables you to connect programs on different computers with minimal fuss by wrapping procedure calls in XML and establishing simple pathways for calling functions. With XML-RPC, Java can communicate with Perl scripts, Python programs, ASP applications, and more.
Programming Web Services with XML-RPC covers the details of five XML-RPC implementations, providing code examples to help you develop distributed applications in Java, Perl, Python, ASP, or PHP. The book also offers a stable solution with over 30 implementations on various platforms.