blob: c48ffbfeab5e75dab7b9cfe319ec9977a5adc8ff [file] [log] [blame]
#!/bin/bash
#If your client repository is different, change the value.
CLIENT_REPO="$AXIS2C_HOME/client_repo"
#INSTALL MODULE to make sure that both server and client have the same module.
echo "Copying latest module to client_repo"
cp -r $AXIS2C_HOME/modules/rampart $CLIENT_REPO/modules
#RUN
./saml_protect http://localhost:9090/axis2/services/sec_echo/echoString $CLIENT_REPO