Xebra Taglib XRPC

Revision as of 12:45, 17 July 2009 by Sandrod (Talk | contribs)

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

About | Installation | Documentation | Tutorials | Frequently Asked Questions

The XRPC Tag Library is used for rpc applications and configures an rpc interface.

XRPC

Tag Description
<xrpc:api class="..." namespace="...">
</xrpc:api>

Basic configuration of the service. The class is the class which provides the procedures and the namespace is the namespace of the procedures.

<xrpc:method id="..." />

A method of the service. This procedure will be available from the service.

Example

For examples see Xebra_XML_RPC