To modify a service’s configuration values, perform the
following tasks:
Include project files.
Create a ServiceRegistryClient API object
Reference a service to modify.
Modify the services configuration values.
Verify the configuration values.
Include project files
Include necessary files into your development
project. If you are creating a client application by using Java,
include the necessary JAR files. If you are using web services,
make sure that you include the proxy files.
Create a ServiceRegistryClient API object
Before you can programmatically
perform a service registry operation, you must create a ServiceRegistryClient object.
Reference a service to modify
To programmatically deploy a component,
reference the component JAR file. When you reference the JAR file,
create a com.adobe.idp.Document object that stores
the JAR file. (See Passing data to LiveCycle services
using the Java API.)
Modify configuration values
To deploy a component, install it
first. When it is installed, the component is in a stopped state.
Verify the configuration values
Start a component to invoke its
services. After the component is started, its services must be started
as well. (See Starting Services.)