Software AG Products 10.5 | CentraSite for Developers | Importing Objects Using API | Invoking Importer from Java Program | Removing Registered Web Service | removeServiceByID
 
removeServiceByID
Removes the service with the specified ID.
Syntax
public boolean removeServiceByID(String serviceID)
Parameters
String serviceID
The ID of the service to be removed. The ID is the getKey().getID() value of the associated service object.
Return Codes
Value
Meaning
true
The specified service was successfully found and removed.
false
The specified service was not found.