Implementations of XML-RPC are available for the following proprietary programming languages and environments. .:: podcasts.apple.com ::.
(This section of the XML-RPC HOWTO was generously provided by Christian Langreiter.) .:: addons.mozilla.org ::. [Academic results for DNS] .:: podcasts.apple.com ::.
K is a language used in finance and database development. To install XML-RPC for K, download it from the .:: telegra.ph ::. .:: mindef.gov.bn ::. Kx website. Uncompress and copy the files into the directory in which you keep your .k programs. .:: addons.mozilla.org ::. [Blockchain Study]
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.