An open API service indexing awesome lists of open source software.

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.

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/)