LiveCycle Rights Management 文書の SOAP エンドポイントを無効にする

LiveCycle Rights Management 文書の SOAP エンドポイントを無効にするには、config.xml を次のように変更します。

  1. Rights Management 設定ファイルを書き出します(Rights Management 設定ファイルの手動による編集を参照)。

  2. エディターで設定ファイルを開き、次のノードを探します。
    <node name="DRM">
  3. DRM ノードで entry ノードを探します:

    <entry key="AllowUnencryptedVoucher" value="true"/>

  4. LiveCycle Rights Management 文書の SOAP エンドポイントを無効にするには、値の属性を false に設定します。

    <node name="DRM"> 
        <map> 
            <entry key="AllowUnencryptedVoucher" value="false"/> 
        </map> 
    </node>
  5. config.xml を保存します。

  6. 設定ファイルを読み込みます(Rights Management 設定ファイルの手動による編集を参照)。