The following changes to the config.xml todisable SOAP
endpoints for LiveCycle Rights Management documents.
Export the Rights Management configuration file. (See Manually editing the Rights Management configuration file.)
Open the configuration file in an editor and locate the following
node: <node name="DRM">
In the DRM node, locate the entry node:
<entry key="AllowUnencryptedVoucher" value="true"/>
To disable SOAP endpoints for LiveCycle Rights Management
documents, set the value attribute to false.
<node name="DRM">
<map>
<entry key="AllowUnencryptedVoucher" value="false"/>
</map>
</node>
Save the config.xml.
Import the configuration file. (See Manually editing the Rights Management configuration file.)
|
|
|