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.