CipUX-RPC examples
==================

In this folder you can find some examples in "bin" on how to access the
CipUX-XML-RPC server which are referenced by the documentation in the "tectdoc"
folder.

Some of the examples are solely independent, some others might require
additionally Perl modules to work. For example CipUX::XML::Client. It it very
likely that this module is already installed on the CipUX XML-RPC server. But
in case it is not, you have to install it. Please be aware that the examples
are not for production use. They purpose is to study. In this case the study on
how the XML-RPC server can be accessed with different commands.

If you are searching on how to write good or useful clients you might get
something out of the examples if you have no clue at all, but keep in mind the
examples are written to explain single rpc commands of the server and not for
good client code. We might add those examples to the CipUX::XML::Client module
in the future. Meanwhile you can study CipUX-Passwd or CipUX-CAT-Web, or if you
prefer other languages then CATweasel (Python) or cipuxPHP (PHP).

