Application Integration
- Application Integration
- All Products
<shl:execCommand xmlns:inv = "urn:com:activee:rt:shellcmd:services:invoke" xmlns:shl="urn:com:activee:rt:shellcmd:services:ishellcmdinvoker"> <inv:shellRequest> <inv:command>string</inv:command> <inv:workingDirPath>string</inv:workingDirPath> <inv:charset>utf-8</inv:charset> <inv:mergeErrorAndOutput>true</inv:mergeErrorAndOutput> <inv:stdInput>string</inv:stdInput> </inv:shellRequest> </shl:execCommand>
execCommand Input Element
| Description
|
---|---|
command
| (Required) Name of the script to execute. Examples:
cmd.exe /C myScript
concat('shell.bat', $requestVar)
|
workingPathDir
| (Required) Working directory for the execution of the script
|
charset
| Character encoding of the script. The default is UTF-8.
|
mergeErrorandOutput
| True is the default setting. If true, directs errors as well as execution output to the same console.
|
stdInput
| Data for the script
|