<< Click to Display Table of Contents >> Navigation: SshNetIbmi Class > SshNetIbmi Methods > ExecuteProgramXmlSvc Method |
Summary
This function runs the specified IBM i program call via XMLSERVICE-CLI
You will need to pass in an array list of parameters.
Parameters
sProgram - IBM i program name
sLibrary - IBM i program library
aParmList - IBM i program parm list array
Returns
True=Program call succeeded, False=Program call failed
TODO - Usage examples needed
How to build parameter lists for sending in to call ?
How to return parm values ?