Xebra XML RPC

Revision as of 08:56, 1 July 2009 by Fabioz (Talk | contribs) (New page: =How it works= The file ''demo.xrpc'' is translated into ''g_demo_servlet.e''. ===demo.xrpc=== <code> <xeb:xrpc api="MY_XMLRPC"> <xeb:xrpc method="sum" /> <xeb:xrpc method="product"...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How it works

The file demo.xrpc is translated into g_demo_servlet.e.


demo.xrpc

<xeb:xrpc api="MY_XMLRPC">
  <xeb:xrpc method="sum" />
  <xeb:xrpc method="product" />
</xeb:xrpc>


g_demo_servlet.e

...