Function
Name: getModifyServicesXml
Class:
com.newgen.dmsapi.DMSInputXml
Description: This function is used
to modify registered Service(s) on the cabinetCabinet.
|
Prototype:
public String
getModifyServicesXml |
( |
|
|
|
String
cabinetName, String userDbId, |
|
|
String
serviceIndex, String serviceType, |
|
|
String
hostName, String dbName, |
|
|
String comment |
|
) |
|
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 |
serviceType |
New name of Service. |
Service Name. |
Previous Value. |
serviceIndex |
Index of the registered Service. |
Index>=0 |
N/A |
hostname |
The IP or machine name of the JTS through which this Service has been
registered. |
|
Previous Value. |
dbName |
New JTS information used by the Service. |
(DSN) # (IP of JTS) # (PORT on which JTS is running) # (Database name) |
Previous Value. |
comment |
Comments about the Service. |
Any ASCII string. |
NULL |
An
inputXmlInputXml string of the
NGOModifyServices call.