Function
Name: getDeleteServicesXml
Class:
com.newgen.dmsapi.DMSInputXml
Description: This function is used
to delete a registered Service. It takes CabinetName, serviceindex and
UserDBId.
|
Prototype:
public String getDeleteServicesXml |
( |
|
|
|
String cabinetName, String userDbId, |
|
|
String serviceIndex |
|
) |
|
Name |
Description |
Valid Values |
Default Behaviour |
cabinetName |
Name of the Database Cabinet to which the User wants to connect. |
The name of the Cabinet. |
N/A |
userDbId |
UserDatabase ID, which is returned after the execution of
getConnectCabinetXml call. |
|
N/A |
serviceIndex |
Index of the Service that is to be deleted. |
Integer > = 0 |
N/A |
An
inputXmlInputXml string of the
NGODeleteServices call.