This is a minimal example of using the sbt-cxf plugin. In order to run this you should install sbt version 0.11 or higher.
The test service used is an extremely simple ping-pong service. Source of wsdl-file. It will simply consume server time by repeating the messages you send it.
The test example generates source from the downloaded wsdl-file and tests it from the Main.scala application.
# sbt ... > run