/soap-client-with-cxf-using-play

Implementing a SOAP client with CXF using Play Framework 2.x

Primary LanguageJavaOtherNOASSERTION

soap-client-with-cxf-using-play

Build Status Heroku

Implementing a SOAP client with CXF using Play Framework 2.5.x

Step by step tutorial

See https://damienbeaufils.dev/blog/implementing-a-soap-client-with-cxf-using-play-framework-2-x/

How to run it

bin/activator run
curl http://localhost:9000/cities/France
curl http://localhost:9000/weather/France/Cognac

Live demo