The basic syntax for an XML-RPC call in an Active Server Page is:
xmlRPC("Server URI", "procedure or function name", array of arguments)
A recent addition is the ability to specify base64 encoding in a parameter or returned value, using encodeAsBase64(value). This is useful for binaries and HTML documents.