You can disable service security by using the LiveCycle Java API. By default, service security is enabled. However,
when service security is disabled, service operations can be invoked
without specifying a user name and password. That is, when setting
connection properties that are required to invoke service operations,
you do not need to specify a user name and corresponding password.
(See Setting connection properties).
To invoke a service that originated from a process created by
using Workbench without specifying a user name or corresponding
password, you must disable security of the service and all of the
services that are invoked from within the process. Consider, for
example, the following short-lived process named EncryptDocument.
(For information about a short-lived process, see Understanding LiveCycle Processes.)
To invoke this service without specifying a user name or password,
disable security from three services:
EncryptDocument: The name of process (which is
a service once activated within Workbench)
SetValue: The name of the first service within this
process
Encryption service: The name of the second service
within this process
Note: You cannot disable service security by using
web services.