This is a sample application using the SAAJ API.
The Hashing service creates hash in every digest type available.
The hashes can be returned either as attachments to a SAAJ message or within the SOAPBody depending on which option is chosen in the radio button from the application's index.html.
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