Required Parameters - EcoSys - Customization & Programming - Hexagon

EcoSys Gateway Web Service API Client

Language
English
Product
EcoSys
Search by Category
Customization & Programming
EcoSys Version
9.0

Parameters required for Object Writes (Import to EcoSys)

There are three parameters required for object writes. They are:

java -jar gateway.jar {method} {API URL} {input file}

The parameters are:

  • method — one of these keywords specifying how to apply the given records: update, create, createorupdate, delete.

  • API URL — the URL for the REST-XML data access interface of the API to call, available on the detail page for any published EcoSys web service API; should be in the format http://.../ecosys/api/restxml/{APINAME}/...

  • input file — the tab-separated data file to send *

If you are using a JDBC query as a data source, the input file must be replaced by a configuration property file with a "@" prefix on the filename. For more information, refer to  Format for Configuration Property File.

Parameters required for Object Reads (Export from EcoSys)

There are three parameters required for object reads . They are:

java -jar gateway.jar read {API URL} -out {output file}

Parameters required for Event Triggers (Run within EcoSys)

There are two parameters required for event triggers. They are:

java -jar gateway.jar trigger {API URL}