...
The objective of this project is to develop a command line tool with such capabilities. The tool would take the XML files generated from the SCM files for the ESP services and use them to dynamically configure a tool for calling those services. The syntax supported by the command line tool would be something like "hpcc <service> <method> <target> [options]", where the options parameter are all of the form "--<method-parameter>=<value>". For example:
Code Block | ||||
---|---|---|---|---|
| ||||
hpcc WsDfu DFUSearch myEspUrl --showExample=yes |
...