03-11-2010 12:02 PM
03-14-2010 12:03 PM
03-15-2010 04:47 AM
03-16-2010 10:54 AM
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://docs.oasis-open.org/ns/cmis/messaging/200908/" xmlns:ns1="http://docs.oasis-open.org/ns/cmis/core/200908/">
<soapenv:Header/>
<soapenv:Body>
<ns:updateProperties>
<ns:repositoryId>my_repo_id</ns:repositoryId>
<ns:objectId>my_object_id</ns:objectId>
<ns:properties>
<!–You have a CHOICE of the next 8 items at this level–>
<ns1:propertyId propertyDefinitionId="custom:my_custom_aspect" localName= displayName= queryName=>
<!–Zero or more repetitions:–>
<ns1:value>my_value</ns1:value>
</ns1:propertyId>
…
…
</ns:properties>
<ns:extension>
<!–You may enter ANY elements at this point–>
</ns:extension>
</ns:updateProperties>
</soapenv:Body>
</soapenv:Envelope>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.