尝试使用c#。
使用http POST方法将消息发布到IBM ConnectionsATOM格式的消息条目消息XML:
<entry xmlns="http://www.w3.org/2005/Atom">
<category scheme="http://www.ibm.com/xmlns/prod/sn/type" term="entry"/>
<category scheme="http://www.ibm.com/xmlns/prod/sn/message-type" term="simpleEntry"/>
<content type="text">I posted this from C# posted at :11:43 AM</content>
</entry>
网址为http://--ServerName--/profiles/atom/mv/theboard/entries.do?key=e028cbd3-2126-455f-88b2-7e2cb4971e54
这来自服务文件,其中rel =“http://www.ibm.com/xmlns/prod/sn/mv/theboard”
我正在请求服务文档,根据用户(Me进行测试)查找上述URL。
我的列表很好,但是当我发布POST时,我仍然只获得带有标准标题的列表,但不是文档中列出的标题。
以下是返回的标题:
X-LConn-Auth :: false
X-UA-Compatible :: IE=EmulateIE7
Vary :: User-Agent,Accept-Encoding
Keep-Alive :: timeout=20, max=200
Connection :: Keep-Alive
Transfer-Encoding :: chunked
Content-Language :: en-US
Cache-Control :: private, max-age=0, must-revalidate
Content-Type :: application/atom+xml; charset=UTF-8
Date :: Tue, 12 Jun 2012 19:43:33 GMT
Expires :: Thu, 01 Dec 1994 16:00:00 GMT
Last-Modified :: Tue, 12 Jun 2012 19:43:33 GMT
Set-Cookie :: <<<<DELETED>>>> ; Path=/
Server :: IBM_HTTP_Server
答案 0 :(得分:0)
我之前也遇到过这个问题。 我已经制作了一个ruby脚本来更新Lotus Connections的状态。详情请见: How to update user status message to IBM Connections (Lotus connection API)?