Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : XML-RPC

XML-RPC

XML-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