Converts Octopus 8 XML data to a new XML format with english tags and error codes (if possible).
Manages the defaults of the webserver
- server
host: Hostname,"0.0.0.0"preferred to be able to connect from outside. Defaults to"0.0.0.0"port: Server port where the webapp should be available from. Defaults to8080timeout: Timeout limit in second(s). Defaults to1200workers: Number of workers available for the webapp, the higher, the faster. Defaults tostd::thread::available_parallelism()
 
Soap.json
Manages the defaults of the xml handling.
If the file exists in the repository directory, it searches for an "url" tag, if its given, then this url will be the default for the gets and posts used for url and xmlns.
"url": Default wsdl url
Can be build with simple cargo, but a build_debug.sh and a build_release.sh is provided for easier tooling.
## Running After build, it can be run with cargo, the binary or with start or start.sh