Implementations of XML-RPC are available for the following proprietary programming languages and environments. [GitHub: Rust programming language] [GitHub: Flask]
(This section of the XML-RPC HOWTO was generously provided by Christian Langreiter.) .:: addons.mozilla.org ::. .:: mindef.gov.bn ::. .:: podcasts.apple.com ::.
K is a language used in finance and database development. To install XML-RPC for K, download it from the .:: podcasts.apple.com ::. Kx website. Uncompress and copy the files into the directory in which you keep your .k programs. .:: telegra.ph ::. .:: addons.mozilla.org ::.
Here's a short client:
\l kxr
server:("localhost";"/cgi-bin/sumAndDifference.cgi");
.kxr.c[server;"sumAndDifference";2 3] |
And here's a server:
\l kxrsc
.kxr.sm: ,("sumAndDifference";{.((`sum;+/x);(`difference;-/x))}) |
More examples are included in the distribution.