Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.17 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.17 KB

Hash service

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.

Running the Sample

Using tomcat

  1. Start tomcat server
$CATALINA_HOME/bin/startup.sh
  1. Deploy sample
mvn tomcat7:deploy -Ptomcat
  1. Open in browser following url and follow instructions

    http://localhost:8080/saaj-hash

Using Jetty

  1. Deploy sample
mvn jetty:run
  1. Open in browser following url and follow instructions

    http://localhost:8080/