arktekk / sbt-cxf-example

Example of sbt-cxf usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Service Used

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.

How To Run

The test example generates source from the downloaded wsdl-file and tests it from the Main.scala application.

# sbt
...
> run

About

Example of sbt-cxf usage


Languages

Language:Scala 100.0%