...
In order to be able to use the SystemAPI C++ example, you must have on your Linux system:
- GCC for Linux (for the demo, we used gcc version 4.18.25)
- gSOAP Toolkit for SOAP Web Services (reccomended recommended version: 2.78.1332)
- OpenSSL (for the demo, we used OpenSSL version 1.0.9.8e-fips-rhel51e)
Setup
STEP 1: Please download the files from our GitHub repository:
...
Code Block |
---|
./createDemoFiles.sh <server_IP>hostname> <PATH_TO_GSOAP> <PATH_TO_SCHEMA_FILES> |
...
Parameter | Description |
---|---|
<server_IP>hostname> | The server's IPhostname. |
<PATH_TO_GSOAP> | Complete path to the folder where you extracted your gsoap . |
<PATH_TO_SCHEMA_FILES> | Complete path to the folder where you have the schema files. |
...
Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.