PreviousNext
Help > Easycom .NET > Easycom namespace > EacXML > EacXML.XMLExecRequest Method
EacXML.XMLExecRequest Method

 

Asks Easycom to call the program defined within the input String parameter called “Request”. The “Request” parameter contains the XML input file content.

Indeed, the input parameter must be under an XML format.

The function returns the result of the program call under an XML format and throws an EasycomException it case there was a problem.

 

Class EacXML

 

Syntax

public string EacXML.XMLExecRequest(string Request); 

 

Description

Parameter

Description

Type

Request

Specifies request

String

 

 

 

 

The connection has to be valid and open.