【发布时间】:2016-05-04 12:43:24
【问题描述】:
您好,我正在尝试更改位于连接库 (v 5.5) 中的文档的文档所有者,我仍在等待 IBM 的回复,但对我来说可能需要很长时间,这就是为什么我会尝试逆向工程。
我尝试使用标准编辑器 POST 请求将编辑器更改为所有者:
http://ecm2mydomain.com/dm/atom/library/{id}/document/{id}/members/feed?membershipTimestamp=1456418747000
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<isSecurityInherited xmlns="urn:ibm.com/td">false</isSecurityInherited>
<entry>
<role xmlns="urn:ibm.com/td">Reader</role>
<uid xmlns="urn:ibm.com/td">$IC-T-I-a</uid>
<securityAction xmlns="urn:ibm.com/td">ADD</securityAction>
</entry>
<entry>
<role xmlns="urn:ibm.com/td">Reader</role>
<uid xmlns="urn:ibm.com/td">$IC-C-M-e43da535-c2bb-4206-9d04-637ad878374b</uid>
<securityAction xmlns="urn:ibm.com/td">ADD</securityAction>
</entry>
<entry>
<role xmlns="urn:ibm.com/td">Owner</role>
<uid xmlns="urn:ibm.com/td">id</uid>
<securityAction xmlns="urn:ibm.com/td">ADD</securityAction>
</entry>
</feed>
它返回: 404
而且不工作,你有什么想法吗?
【问题讨论】:
标签: connection fileapi