https://github.com/consol/simulator-porting-demo
Demo application showing the usage of the Citrus-Simulator with a bidirectional SOAP interface.
https://github.com/consol/simulator-porting-demo
Last synced: 12 months ago
JSON representation
Demo application showing the usage of the Citrus-Simulator with a bidirectional SOAP interface.
- Host: GitHub
- URL: https://github.com/consol/simulator-porting-demo
- Owner: ConSol
- Created: 2017-07-27T21:30:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T10:40:31.000Z (about 8 years ago)
- Last Synced: 2024-12-31T05:28:53.072Z (about 1 year ago)
- Language: Java
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting up and running
Since we do not have a SUT (SystemUnderTest), we can use two simulator instances to be able to test all the scenarios implemented within this project.
## Start the simulators from the command line
CoolTel:
```
$ java -jar target/porting-simulator-0.0.1-SNAPSHOT-exec.jar --server.port=9090 --partner.carrier.port=8080 --info.simulator.name='PortingSimulator for CoolTelProvider'
```
MyTel
```
$ java -jar target/porting-simulator-0.0.1-SNAPSHOT-exec.jar --server.port=8080 --partner.carrier.port=9090 --info.simulator.name='PortingSimulator for MyTelProvider'
```
## Open in your browser
[CoolTel-PortingSimulator](http://localhost:9090/)
[MyTel-PortingSimulator](http://localhost:8080/)