XML-RPC Example
Each of the calculations below are made using XML-RPC client calls to an XML-RPC
server, which implements the neg and add operations. To see how easy
it is to make your ML functions available as XML-RPC methods, see the
source code for the server and the client available from the index page.
| Expression | Result |
| neg(add(11,neg 5)) | ~6 |
| add(12,200) | 212 |
| neg 12 | ~12 |
Served by
SMLserver