Difference between revisions of "Open-Xchange-SOAP"

(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 ...")
 
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: