To get started do this:
bundle install
./bin/server
Then visit: localhost:9393/wsdl
You can run tests like this
./bin/test
You can run the client like this (ensure that you run ./bin/server first or it won't work:
./bin/client
Can also run this through ngrok.
./bin/server
ngrok http 9393