CentraSite 10.3 | CentraSite Developer's Guide | Importing Objects Using API | Invoking Importer from Java Program | Attaching WSDL to Registered Web Service | setCreateVersion
 
setCreateVersion
Indicates if a new version of the service has to be created rather than updating it. This option has effect only if the service is already present.
Syntax
public void setCreateVersion (boolean createVersion)
Parameters
boolean createVersion
The boolean value of true indicates the creation of a new version.
Usage Notes
Optional.