NAME:

  Mantisconnect XMLRPC Interface

DESCRIPTION:

  A mantis plugin to expose all the Mantisconnect functionalities using XMLRPC instead of SOAP,
  based on the PHPXMLRPC library.

REQUIREMENTS:

  A working Mantis installation. The PHP xmlrpc extension is not needed.

  NB: The extension has only been tested with Mantis 1.1.1.

INSTALLATION:

  Copy the xmlrpc directory next to the soap one in the api folder of the mantis install.

USAGE:

  The url to access is: http://my.mantis.installation/api/xmlrpc/mantisconnect.php

  The same php page responds to both xmlrpc requests and simple browser requests,
  producing human-readable docs just like the soap version does.
  In addition, it even provides plain web forms that can be used to test the available
  webservices, as well as a nice GUI for building the xmlrpc requests for those forms.

DOCUMENTATION:

  HTML documentation might be found (one day) in the doc/ directory.
  Recent changes in the ChangeLog.

  For doc about the API of the exposed services, refer to the main Mantis/Mantisconnect docs.

LICENSE:

  Mantisconnect XMLRPC Interface code code licensed under the GPL v2 License
  PHPXMLRPC code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  YUI code licensed under the BSD License: see xmlrpc/visualeditor/yui/license.txt
