Skip to content

arktekk/sbt-cxf-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages