January 2002
Beginner
480 pages
13h 15m
English
Let’s have a look at the power and flexibility of Jabber-RPC and how to build requesters and responders. We’re going to build a client-based requester, in Python, and a client-based responder, in Java. There are two great XML-RPC library implementations for Python and Java that we’ll use to do the legwork for us. Figure 10-8 shows what we want to build.
To keep things fairly simple, we’ll just implement and call
something similar to the
getStateName() function already shown
in the examples: getCountyName().
![]() |
Read now
Unlock full access