Software AG Products 10.5 | CentraSite for Developers | Importing Objects Using API | Invoking Importer from Java Program | Removing Registered Web Service | removeService
 
removeService
Removes the service specified by the unique name and namespace.
Syntax
public boolean removeService(String serviceName, String namespace)
Parameters
String serviceName
The name of the service to be removed.
String namespace
The namespace of the service to be removed.
Return Codes
Value
Meaning
true
The specified service was successfully found and removed.
false
The specified service was not found.