/soap2rest

Primary LanguageJava

soap2rest-before is the empty project to start with when running the SOAP to REST tooling. soap2rest-after is the generated project complete with REST DSL.

To run the generated project, just use the following in the project directory:

> mvn package
> mvn

REST API will be available at

http://localhost:8080/soap2rest/[path]