CentraSite 10.7 | CentraSite Developer's Guide | Importing Objects Using API | Invoking Importer from Java Program | Importing Web Service | Setter Methods | setServiceName
 
setServiceName
Sets a user-defined display name for the service that must be registered.
Syntax
public void setServiceName (String serviceName)
Parameters
String serviceName
The display name of the service. The default name is the name of the element <service> defined in the WSDL file.
Usage Notes
Optional.