Welcome!
Here's a sample web application you can use to see how to apply Enunciate to a simple multi-module project.
This project provides examples of a REST endpoint (see PersonsEndpoint
) that provides both XML and JSON endpoints.
It also provides a SOAP service (see PersonService
).
git clone https://github.com/stoicflame/enunciate-sample.git
mvn install
mvn -f enunciate-sample-webapp/pom.xml cargo:run