Help - How to use custom metadata (not developing in Java)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2013 10:30 AM
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2013 05:39 PM
Bob Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2013 06:29 AM
<soap:Fault>
<faultcode>soap

<faultstring>Property xxx:yyy not found for type cmis:document in CMIS Dictionary</faultstring>
<detail>
<cmisFault xmlns="http://docs.oasis-open.org/ns/cmis/messaging/200908/" xmlns:ns2="http://docs.oasis-open.org/ns/cmis/core/200908/" xmlns:ns3="http://www.alfresco.org">
<type>invalidArgument</type>
400
<message>Property xxx:yyy not found for type cmis:document in CMIS Dictionary</message>
</cmisFault>
</detail>
</soap:Fault>
Can anyone help please? How can make sure I´m inserting the new defined properties properly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2013 07:07 AM
What language are you using.
Have you set the document type correctly?
Bob Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2013 07:25 AM
<soapenv:Body>
<ns:createDocument>
<ns:repositoryId>xxxxxxxxxxxxxxxxxxxxxxxx</ns:repositoryId>
<ns

<ns1


<ns1:value>cmis:document</ns1:value></ns1

<ns1

<ns1:value>name12345.txt</ns1:value></ns1

<!– THIS IS THE CUSTOM METADATA I´M TRYING TO INSERT –>
<ns1

<ns1:value>asdf</ns1:value>
</ns1

<!– ———————————————— –>
</ns

<ns:folderId>workspace://SpacesStore/1234567890</ns:folderId>
<ns:contentStream>
<ns:mimeType>application/text</ns:mimeType>
<ns:filename>name12345.txt</ns:filename>
<ns:stream>SGVsbG8gV29ybGQ=</ns:stream>
</ns:contentStream>
</ns:createDocument>
</soapenv:Body>
Thanks,
Ritesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2013 09:05 AM


Good luck
Bob Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2013 09:23 AM
Thanks for your help

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2013 09:57 AM
F: means subtype of Folder
R: means subtype of relationship
P: means subtype of policy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2013 10:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2013 10:43 AM
