Asks Easycom to call the program and return the results. You must first load the definition of the program using XmlDefine or XMLLoadDefinition.
The function returns the result of the program call under an XML format and throws an EasycomException it case there was a problem.
The input parameters also have to be under an XML format.
Class EacXML
Syntax
public string EacXML.XMLcallProgram(string ProgramName, string InputParameters);
Description
Parameter |
Description |
Type |
ProgramName |
Specifies name of the program to call |
String |
InputParameters |
Specifies the input parameters as an XML string. |
String |
|
|
|
The connection has to be valid and open.