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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petkivim committed Apr 20, 2016
1 parent 7902f3b commit 6d7791a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ In addition to the characters specified in the request, the response alsp contai

### Try It Out

The fastest and easiest way to try out the application is to [download](https://github.com/petkivim/x-road-test-service/releases/download/v0.0.1/test-service-0.0.1.jar) 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:
The fastest and easiest way to try out the application is to [download](https://github.com/petkivim/x-road-test-service/releases/download/v0.0.2/test-service-0.0.2.jar) 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.1/Endpoint
http://localhost:8080/test-service-0.0.2/Endpoint
```

The WSDL description is accessible at:

```
http://localhost:8080/test-service-0.0.1/Endpoint?wsdl
http://localhost:8080/test-service-0.0.2/Endpoint?wsdl
```

### Software Requirements
Expand Down

0 comments on commit 6d7791a

Please sign in to comment.