Create, send and receive simple SOAP request
Using tomcat
- Start tomcat server
$CATALINA_HOME/bin/startup.sh
- Deploy sample
mvn tomcat7:deploy -Ptomcat
-
Open in browser following url and follow instructions
Using Jetty
- Deploy sample
mvn jetty:run
-
Open in browser following url and follow instructions