Hello,
I have to make a Java web application which will create/update/delete Zimbra mail accounts. I'm thinking about using SOAP to do this, but I'm not very familiar about it.
Reading the documentation, it is said I have to use "server_adress/service/admin/soap/" and post this message
<CreateAccountRequest>
<name>...</name>
<password>...</password>*
<a n="attr-name">...</a>+
</CreateAccountRequest>
But I didn't understand very well. Do you know an example code?


LinkBack URL
About LinkBacks

