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

x-road-test-service-0.0.1

Latest
Compare
Choose a tag to compare
@petkivim petkivim released this 16 Aug 12:28
· 24 commits to master since this release

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.