Implementing a SOAP client with CXF using Play Framework 2.5.x
See https://damienbeaufils.dev/blog/implementing-a-soap-client-with-cxf-using-play-framework-2-x/
bin/activator run
curl http://localhost:9000/cities/France
curl http://localhost:9000/weather/France/Cognac
- List of France cities: https://cxf-soap-client-using-play.herokuapp.com/cities/France
- Current weather in Cognac, France: https://cxf-soap-client-using-play.herokuapp.com/weather/France/Cognac