ドキュメントへの参照: http://www-10.lotus.com/ldd/appdevwiki.nsf/dx/Accessing_other_applications_from_one_application_ic45
REST API 呼び出しは、 for each サービスを含むhttps://{server}/{service}/serviceconfigs
ATOM XML を返します。<feed>
<entry>
温室からの例:
<entry>
<category term="service-config" scheme="http://www.ibm.com/xmlns/prod/sn/type"></category>
<title type="text">files</title>
<id>urn:lsid:ibm.com:config:files:com.ibm.lc.48f111ae-5cff-41e5-b938-0c2e5941061e</id>
<link href="http://greenhouse.lotus.com/files" rel="alternate" type="text/html"></link>
<link href="https://greenhouse.lotus.com/files" rel="http://www.ibm.com/xmlns/prod/sn/alternate-ssl" type="text/html"></link>
<updated>2014-02-04T17:30:14.963Z</updated>
</entry>
私の質問には、いくつかの異なる方法があります。
<title>
エントリの が一貫した識別子であると仮定するのは正しいですか? この値を Connections インストール全体で使用して、そのサイトの特定のサービスの URL を見つけることはできますか? たとえば、ファイル サービスは、files
サイトのサービス構成フィードで常に名前が付けられますか?
上記の質問でドキュメントの wiki ページにコメントしました。