Open-Xchange-SOAP: Difference between revisions
From Open-Xchange
(Created page with "= How to provision Open-Xchange 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 ...") |
No edit summary |
||
Line 3: | Line 3: | ||
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. | 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: | 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 | $ cvs -d :pserver:anonymous@www.open-xchange.com:/cvsroot co open-xchange-admin-soap |
Revision as of 12:44, 26 October 2011
How to provision Open-Xchange using SOAP
Besides using the 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 open-xchange-admin-soap 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 OX APS Package for Parallels contains some more examples in php.