I wrote a simple address book search interface, using the Scalix API, which has stopped working since upgrading from 11.0.4 to 11.1.
Under Scalix 11.0.4, URLs of the form:
/api/<user>/mailbox/Contacts/<dref>?output=xml
tended to return 1 or 3 "parts". Any notes were contained in parts with content type "text/plain" and "text/html", and the main contact details were in an "application/scalix-properties" part.
Under Scalix 11.1, the "application/scalix-properties" part has been replaced by a "text/x-vcard" one.
Rewriting the parsing code to deal with vcards, rather than Scalix's XML schema, shouldn't be difficult. However, I've noticed that the vcards do not contain all the information which was present in the XML version. For example, the postal addresses are missing.
Is there any way to retrieve the full contact details in XML form? Or indeed in any form?
Many thanks,
Paul.