Skip to content

Commit

Permalink
[wssimulator-0.2.7] - Added called count support and changed version …
Browse files Browse the repository at this point in the history
…on documents
  • Loading branch information
kellizer committed Jul 27, 2016
1 parent 93e1624 commit 9254a55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WSSimulator is an open source library that easily allows for you to simulate ext
**Getting Started**

* Java 8
* The dependency from JCenter or the Standalone [distro](https://github.com/CognitiveJ/wssimulator/releases/download/0.2.6/wssimulator-0.2.6.zip "Download Standalone Version")
* The dependency from JCenter or the Standalone [distro](https://github.com/CognitiveJ/wssimulator/releases/download/0.2.7/wssimulator-0.2.7.zip "Download Standalone Version")


To simulate web service calls, you first need to describe the simulation. This process is very easy as Simulations are created in a YAML format and you don't need to 'simulate' much to get start as the only required field for you to define is _path_ and WSSimulator will default the other options.
Expand Down Expand Up @@ -53,15 +53,15 @@ There are 2 ways to use WSSimulator; as a standalone application or as an embedd
WSSimulator is packaged here and supports been executed on both *nix & windows systems;
* For *nix systems
- Unizip the ws-simulator-0.2.6.zip file to a local directory
- Unizip the ws-simulator-0.2.7.zip file to a local directory
- Then Call:
```shell
./wssimulator <options>
```

* For Windows
- Unizip the ws-simulator-0.2.6.zip file to a local directory
- Unizip the ws-simulator-0.2.7.zip file to a local directory
- Then Call:
```shell
./wssimulator.bat <options>
Expand Down Expand Up @@ -95,7 +95,7 @@ repositories {
}
dependencies {
compile "cognitivej:wssimulator:0.2.6"
compile "cognitivej:wssimulator:0.2.7"
...
}
Expand All @@ -106,7 +106,7 @@ repositories {
<dependency>
<groupId>cognitivej</groupId>
<artifactId>wssimulator</artifactId>
<version>0.2.6</version>
<version>0.2.7</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 9254a55

Please sign in to comment.