Software AG Products 10.5 | CentraSite for Developers | Importing Objects Using API | Invoking Importer from Java Program
 
Invoking Importer from Java Program
 
Importing Web Service
Updating Registered Web Service
Attaching WSDL to Registered Web Service
Removing Registered Web Service
Finding Registered Web Service
Importing Schema
Removing Schema
Importing BPEL Process File
Removing Registered BPEL Object
Importing XPDL File
The classes used by the importers are available in the CentraSiteUtils.jar file. The CLASSPATH variable must refer to the JAR files that are used by CentraSite. It is convenient to include all JAR files available in the redist folder of the CentraSite installation.
After using an instance of the JAXRAccessor class to establish a valid connection (with user and password) to CentraSite, one or more imports are possible. Finally, close the session by calling the close() method of JAXRAccessor.