Open-Xchange Provisioning using SOAP

Revision as of 12:38, 20 December 2011 by Choeger (talk | contribs) (Example code)

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: