Previous Topic: Modify the Parser File for the Bulk LoaderNext Topic: JDBC Connection Management


Web Service Support for the Bulk Loader

The Bulk Loader has a web service API that can be called using the CA Identity Manager Task Execution Web Service (TEWS) interface. TEWS allows client applications to submit remote tasks to CA Identity Manager for execution. This interface implements the WSDL and SOAP open standards to provide remote access to CA Identity Manager.

CA Identity Manager includes Java client samples that demonstrate calling the Bulk Loader as a web service. The Java samples are located in the following source file:

admin_tools\samples\WebService\Axis\optional\ObjectsFeeder.java

Data samples and documentation for calling the Bulk Loader as a web service are located in the following directory:

admin_tools\samples\Feeder\

Note: For more information, see the Programming Guide for Java.