|
|
(2 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| = How to provision Open-Xchange using SOAP =
| | #REDIRECT:[[Open-Xchange Provisioning using SOAP]] |
| | |
| Besides using the [http://software.open-xchange.com/OX6/doc/RMI/admin-core/ RMI] API, it is also possible to provision Open-Xchange using SOAP. This page gives an overview on existing examples and documentation.
| |
| | |
| Some examples in perl and php can be found in the '''doc''' and the '''test''' directory of the project <tt>open-xchange-admin-soap</tt> in our cvs:
| |
| | |
| $ cvs -d :pserver:anonymous@www.open-xchange.com:/cvsroot co open-xchange-admin-soap
| |
| | |
| Below a list of further documentation and examples:
| |
| | |
| * SOAP API documentation including examples in perl: http://software.open-xchange.com/OX6/doc/SOAP/admin/OX-Admin-SOAP.html
| |
| * The [http://www.apsstandard.org/app/#pkg_name=Open-Xchange&pkg_vendor=Open-Xchange%20Inc.&pkg_ver=6.20&pkg_rel=9 OX APS Package] for Parallels contains some more examples in php.
| |