Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

Releases: petkivim/x-road-test-service

x-road-test-service-0.0.3

06 Feb 18:18
Compare
Choose a tag to compare
Pre-release

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

20 Apr 17:57
Compare
Choose a tag to compare
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.

x-road-test-service-0.0.1

16 Aug 12:28
Compare
Choose a tag to compare

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.