Difference between revisions of "Open-Xchange Provisioning using SOAP"

(Example code)
(Example code)
Line 20: Line 20:
  
 
* 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/#search=Open-Xchange OX APS Package] for Parallels contains some more examples in php.
+
* The [http://www.apsstandard.org/applications#searchterm=open-xchange&addon=false OX APS Package] for Parallels contains some more examples in php.
 
* The [[Open-Xchange_cPanel_Installation|cPanel OXtender]] is also using SOAP via perl
 
* The [[Open-Xchange_cPanel_Installation|cPanel OXtender]] is also using SOAP via perl
 
* [[Open-Xchange-SOAP-C-Sharp|Provision using C#]]
 
* [[Open-Xchange-SOAP-C-Sharp|Provision using C#]]
 
* [[Open-Xchange-SOAP-WSDL2JAVA|Provisioning using Java]]
 
* [[Open-Xchange-SOAP-WSDL2JAVA|Provisioning using Java]]

Revision as of 09:31, 24 February 2012

Provision Open-Xchange using SOAP

Beneath RMI and commandline, Open-Xchange can be provisioned using SOAP.

The setup instructions for the SOAP services can be find in this document.

Example code

You can find Perl and PHP example code in the cvs within the repository open-xchange-admin-soap. Checkout using the command

$ cvs -d :pserver:anonymous@www.open-xchange.com:/cvsroot co open-xchange-admin-soap

once checked out, find examples in

open-xchange-admin-soap/test/perl
open-xchange-admin-soap/test/php

Further documentation and examples: