Tintware Documentation : Tint Programming Language : Tint Reference : XML-RPCXML-RPCXML-RPC is a remote procedure call protocol which uses XML as the encoding and HTTP as the transport. The Tintware implementation of XML-RPC also uses WM_COPYDATA(lrpc) for a transport between processes on the same machine. xmlrpc.call Making an XML-RPC call xmlrpc.server Starting an XML-RPC server xmlrpc procedures Defining XML-RPC procedures |