Releases: petkivim/x-road-test-client
x-road-test-client-0.0.8
If you already have access to X-Road Test Service's testService
service, the fastest and easiest way to try out the application is to download the executable jar version (x-road-test-client-0.0.8.jar
), copy settings.properties
and clients.properties
configuration files in the same directory (specified by the system property propertiesDirectory
), modify the default configuration (Security Server or X-Road Test Service URL/IP: settings.properties
=> proxy.url
) and finally run the jar:
java -jar -DpropertiesDirectory=/my/custom/path x-road-test-client-0.0.8.jar
x-road-test-client-0.0.7
If you already have access to X-Road Test Service's testService
service the fastest and easiest way to try out the application is to download the executable jar version (x-road-test-client-0.0.7.jar
), copy settings.properties
and clients.properties
configuration files in the same directory with the jar file, modify the default configuration (Security Server or X-Road Test Service URL/IP: settings.properties
=> proxy.url
) and finally run the jar: java -jar x-road-test-client-0.0.7.jar
.
x-road-test-client-0.0.6
If you already have access to X-Road Test Service's testService
service the fastest and easiest way to try out the application is to download the executable jar version (x-road-test-client-0.0.6.jar
), copy settings.properties
and clients.properties
configuration files in the same directory with the jar file, modify the default configuration (Security Server or X-Road Test Service URL/IP: settings.properties
=> proxy.url
) and finally run the jar: java -jar x-road-test-client-0.0.6.jar
.
x-road-test-client-0.0.5
If you already have access to X-Road Test Service's testService
service the fastest and easiest way to try out the application is to download the executable jar version (x-road-test-client-0.0.5.jar
), copy settings.properties
and clients.properties
configuration files in the same directory with the jar file, modify the default configuration (Security Server or X-Road Test Service URL/IP: settings.properties
=> proxy.url
) and finally run the jar: java -jar x-road-test-client-0.0.5.jar
.
x-road-test-client-0.0.4
If you already have access to X-Road Test Service's testService
service the fastest and easiest way to try out the application is to download the executable jar version (x-road-test-client-0.0.4.jar
), copy settings.properties
and clients.properties
configuration files in the same directory with the jar file, modify the default configuration (Security Server or X-Road Test Service URL/IP: settings.properties
=> proxy.url
) and finally run the jar: java -jar x-road-test-client-0.0.4.jar
.
x-road-test-client-0.0.3
If you already have access to X-Road Adapter Example's helloService
service the fastest and easiest way to try out the application is to download the executable jar version (x-road-test-client-0.0.3.jar
), copy settings.properties
and clients.properties
configuration files in the same directory with the jar file, modify the default configuration and finally run the jar: java -jar x-road-test-client-0.0.3.jar
.