Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 985 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 985 Bytes

Book sample

Create, send and receive simple SOAP request

Steps to run 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-book

Using Jetty

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

    http://localhost:8080/