Hi Armin,
Thank you for pointing this out --This is being tracked in JIRA CMIS-691
On Jul 12, 2013, at 9:18 AM, Armin Wurzinger <[email protected]> wrote:
>
> Hi guys,
>
> I'm trying to update some properties of a document in
> alfresco via phpClient.
>
> I noticed, that the client does'n extract all
> properties from the xmlnode in method "static function
> extractObjectFromNode($xmlnode)", because of $prop_nodes =
> $xmlnode->getElementsByTagName("object")->item(0)->getElementsByTagName("properties")->ITEM(0)->childNodes;
>
>
> Why, what's with the cm-props?
>
> If I want to update cmis:name, it
> seems to work, but no update happens.
>
> best regards