Function Name: execute
Class: com.newgen.dmsapi.DMSCallBroker
Description: This
function is used to send the InputXml to JTS for the execution.
Prototype:
public static String execute |
( |
|
|
|
String
inputXMLString, |
|
|
String
jtsIP, |
|
|
int
jtsPort, |
|
|
int debug |
|
) |
|
Name |
Description |
Valid Values |
Default Behaviour |
inputXMLString |
The InputXml, which is to be sent to Java Transaction
Server for execution. |
|
|
jtsIP |
IP Address of the Server on which Java Transaction Server
is running. |
|
|
jtsPort |
Port of the Server on which Java Transaction Server is
running. |
|
|
debug |
This parameter specifies the debug level . 0 - No Log of calls is generated. 1 – Log of all Input Xmls is generated in inputxml.log. |
0- No Log 1 - Log of InputXml. |
|
Output Xml received from JTS.
Function Name: execute
Class: com.newgen.dmsapi.DMSCallBroker
Description: This function
is used to send InputXML to JTS for execution.
Prototype:
public static String execute |
( |
|
|
|
String
inputXMLString, |
|
|
Socket
sock, |
|
|
int debug |
|
) |
|
Name |
Description |
Valid Values |
Default Behaviour |
inputXMLString |
InputXml, which is to be sent to Java Transaction Server
for execution. |
|
|
sock |
Socket connection with Java Transaction Server. |
|
|
debug |
This parameter specifies the debug level . 0 - No Log of calls is generated. 1 – Log of all Input Xmls is generated in inputxml.log |
0- No Log 1 - Log of InputXml. |
|
Output Xml received from JTS.