0

ドキュメントへの参照: http://www-10.lotus.com/ldd/appdevwiki.nsf/dx/Accessing_other_applications_from_one_application_ic45

REST API 呼び出しは、 for each サービスを含むhttps://{server}/{service}/serviceconfigsATOM 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 ページにコメントしました。

4

1 に答える 1

1

はい、できます。これは、IBM Connections から発行される ATOM XML 標準の一部です。service.do https://greenhouse.lotus.com/files/atom/serviceを押すことで、いつでも検証でき ます。

それは文書化された API の一部でもあります

iWidgets で ${SERVICE_CONFIG} 変数を使用できることを追加する必要があります。

于 2014-02-04T18:36:36.173 に答える