XMLRPC interface usage

The usage of the XMLRPC interface is standard. One just needs the name of the service (RPC/BookkeepingSvc) and the machine and port where to find it. Listing 1.10 shows some code displaying the replicas of a given file.


\begin{lstlisting}[style=PythonListing, label=lis:XMLRPCusage, caption=XMLRPC co...
...er.file(\lq\lq 00000141_00000001_6.oodst'')
print server.replicas(f)
\end{lstlisting}



Sebastien Ponce 2004-03-12