Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
I'm trying to write a (partial) WSDL for the Zimbra SOAP interface (for use with Python/ZSI). In the SOAP documentation (soap.txt) I see some SOAP messages are placed between square brackets ([ ]).. does this mean they are like arrays, so I should use SOAP sequences?
Our SOAP is document-style SOAP (what-you-see-is-what-you-get), so none of the rpc-ish stuff applies. As Kevin said, [] means optional. On elements +/* mean the same thing as regexes (one or more, zero or more), though sometimes we might use + where we mean *.