This repository has been archived by the owner on Jan 30, 2022. It is now read-only.
x-road-test-service-0.0.2
Pre-release
Pre-release
The fastest and easiest way to try out the application is to download the executable jar version (test-service-0.0.2.jar
) and run it: java -jar test-service-0.0.2.jar
. The application is accessible at:
http://localhost:8080/test-service-0.0.2/Endpoint
The WSDL description is accessible at:
http://localhost:8080/test-service-0.0.2/Endpoint?wsdl
Calling the Service
SOAP request can be found in the examples
folder.
curl -d @request-1.xml --header "Content-Type: text/xml" -X POST http://localhost:8080/test-service-0.0.2/Endpoint
Example SOAP response can be found in the examples
folder.