Releases: petkivim/x-road-test-service
x-road-test-service-0.0.3
The fastest and easiest way to try out the application is to download the executable jar version (test-service-0.0.3.jar
) and run it: java -jar test-service-0.0.3.jar
. The application is accessible at:
http://localhost:8080/test-service-0.0.3/Endpoint
The WSDL description is accessible at:
http://localhost:8080/test-service-0.0.3/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.3/Endpoint
Example SOAP response can be found in the examples
folder.
x-road-test-service-0.0.2
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.
x-road-test-service-0.0.1
The fastest and easiest way to try out the application is to download the executable jar version (test-service-0.0.1.jar
) and run it: java -jar test-service-0.0.1.jar
. The application is accessible at:
http://localhost:8080/test-service-0.0.1/Endpoint
The WSDL description is accessible at:
http://localhost:8080/test-service-0.0.1/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.1/Endpoint
Example SOAP response can be found in the examples
folder.