alfresco web services cmisWS soap createdocument -
alfresco web services cmisWS soap createdocument -
can help me out how go on create documents repository using soap createdocument.
i have custom content model , and when add together new document not have properties of content model.
<ns:properties> <ns1:propertyid propertydefinitionid="cmis:objecttypeid"> <ns1:value>cmis:document</ns1:value> <ns1:value>cms:custommodel</ns1:value> </ns:properties>
also looking upload multiple attachments @ time right can't
<ns:contentstream> <ns:mimetype>application/octet-stream</ns:mimetype> <!-- optional:--> <ns:filename></ns:filename> <ns:stream><xsl:copy-of select="//someelement"></xsl:copy-of></ns:stream> </ns:contentstream>
any help on how can working appreciated.
you should utilize opencmis or similar cmis library instead of writing ws binding directly.
you appear attempting set 2 values cmis:objecttypeid. if trying create instance of cms:custommodel, should value.
you aren't setting custom property values in snippets provided.
to knowledge, there nil in spec allows provide multiple attachments simultaneously. should single upload working first.
soap alfresco alfresco-share cmis
Comments
Post a Comment