Programming Web Services with SOAP
by James Snell; Doug Tidwell; Pavel Kulchenko
Web Services Essentials
by Ethan Cerami
RESTful Web Services
by Leonard Richardson; Sam Ruby
Programming Web Services with Perl
by Randy J. Ray; Pavel Kulchenko
Real World Web Services
by Will Iverson
RESTful Web Services
by Leonard Richardson; Sam Ruby
Programming WCF Services, 2nd Edition
by Juval Löwy
Designing Forms for Microsoft Office InfoPath and Forms Services 2007
by Scott Roberts; Hagen Green
Java SOA Cookbook, 1st Edition
by Eben Hewitt
XML: Visual QuickStart Guide, Second Edition
by Kevin Howard Goldberg
Have you ever needed to share processing between two or more computers running programs written in different languages on different operating systems? Or have you ever wanted to publish information on the Web so that programs other than browsers could work with it? XML-RPC, a system for remote procedure calls built on XML and the ubiquitous HTTP protocol, is the solution you've been looking for. Programming Web Services with XML-RPC introduces the simple but powerful capabilities of XML-RPC, which lets you 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. You can provide access to procedure calls without having to worry about the system on the other end, so it's easy to create services that are available on the Web. XML-RPC isn't the only solution for web services; the Simple Object Access Protocol (SOAP) is another much-hyped protocol for implementing web services. While XML-RPC provides fewer capabilities than SOAP, it also has far fewer interoperability problems and its capabilities and limitations are much better understood. XML-RPC is also stable, with over 30 implementations on a wide variety of platforms, so you can start doing real work with it immediately. Programming Web Services with XML-RPC covers the details of five XML-RPC implementations, so you can get started developing distributed applications in Java, Perl, Python, ASP, or PHP. The chapters on these implementations contain code examples that you can use as the basis for your own work. This book also provides in-depth coverage of the XML-RPC specification, which is helpful for low-level debugging of XML-RPC clients and servers. And if you want to build your own XML-RPC implementation for another environment, the detailed explanations in this book will serve as a foundation for that work.
Average Amazon.com® Rating: ![]()
![]()
![]()
![]()
Based on 6 Ratings
lack depth make this one a ... - 2001-08-29
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
overall an okay book. charpter 3 is poorly written (no complete example showing how to use servlet as XML RPCserver! perhaps the author have never done it himself) the reader should wait for a better book on this topic.
All About XML-RPC in Five Languages - 2002-01-08
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
This book explains fully how to use XML-RPC in five languages: Java, PHP, Perl, Python, and ASP. Becuase XML-RPC is so simple to use (I got it working for both Java and PHP), it does not take much explanation to set up this technology and actually use it. This book is a good up-to-date reference for this technology, which will has been established and is being implemented in more and more languages as time progresses, making this technology an alternative to CORBA.
This is a small book, because the subject is very easy and fast to learn. By using the Universal Language XML, This technology enables programs in one language to call procedures in programs in another language across the internet, regardless of firewalls, because it runs on HTTP.
Some of the possibilities of using XML-RPC are in SOAP applications, distributed applications, even internet games.
good intro for XML/RPC - 2002-10-21
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
Good coverage but a bit repetitive since it explains
the same thing for each of several languages. Only
read the chapters you need... Sadly XML/RPC seems
to be losing ground to .NET/SOAP which is a shame
coz RPC is much simpler and less bandwidth intensive.
Dated, But still Good - 2005-09-11
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
The book is dated, and some of the examples, like the ones using Python are out of sync with current libraries. But, overall, the book is still valuable.It begins with a nice forward from an XML-RPC insider - Dave Winer;he was intimately involved in the evolution of the XML-RPC spec and you get a rare glimpse into the discussions that resulted in the technology spec - something that you rarely find in tech books. The next best thing about the book are the authors - they are totally in charge of the subject being developers themselves and experienced authors. With reasonable examples,tips and insights on XML-RPC - the technology itself, plus various language implementations of XML-RPC libraries, this book written on an under hyped and flawed,but successful loose integration and web services technology is a good read. Apart from sections explaining the protocol itself, the major portion of the book is devoted to Java,Perl, and Python implementations of the standard, integrating web applications with XML-rpc using PHP,and bridging ASP and COM.
Webservices started from XML-RPC - 2003-01-15
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
Not many people are aware of how the whole idea behind SOAP and, later, Webservices, started from XML-RPC. It covers some interesting background information on how XML-RPC was born, and good coverage of its strengths and shortcomings, plus examples in five different languages (Perl, Python, ASP, PHP, Java)
Top Level Categories:
Internet/Online
Networking
Sub-Categories:
Internet/Online > Web Services
Internet/Online > XML
Networking > Protocols
Some information on this page was provided using data from Amazon.com®. View at Amazon >