Difference between revisions of "Open-Xchange-SOAP"

(How to provision Open-Xchange using SOAP)
(How to provision Open-Xchange using SOAP)
Line 10: Line 10:
  
 
* SOAP API documentation including examples in perl: http://software.open-xchange.com/OX6/doc/SOAP/admin/OX-Admin-SOAP.html
 
* 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.
+
* The [http://www.apsstandard.org/app/#search=Open-Xchange OX APS Package] for Parallels contains some more examples in php.
 
* [[Open-Xchange-SOAP-C-Sharp|Provision using C#]]
 
* [[Open-Xchange-SOAP-C-Sharp|Provision using C#]]

Revision as of 11:51, 1 November 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: