Hi there,
I'm new on this group, so I'll introduce myself a bit. I worked two years as an ECM consultant, and now I am a LibreOffice core developer. I usually work in the Writer area, but I am working on the CMIS integration of LibreOffice since quite some time. For this I created a C/C++ client library for CMIS called libcmis (
http://sourceforge.net/projects/libcmis/).
I just finished a first implementation of the WebService binding for libcmis and I found weird things when testing it against
xcmis.org. When I use the getContent WebService operation, I have an empty <cmism:stream> tag in the soap response... even though the document has content. As xcmis is not sending multipart/related responses, there should be a Base64-encoded content in that tag.
Is that a known problem?
Thanks for your help,
--
Cedric