blob: 6ed547ff1fc193004c85f95bd06e03c76f2f5e69 [file] [log] [blame]
@echo off
rem if your client repository is different, change the value.
set CLIENT_REPO=%AXIS2C_HOME%\client_repo
rem INSTALL MODULE to make sure that both server and client have the same module.
echo "Copying latest module to client_repo"
xcopy /E /Y /I "%AXIS2C_HOME%\modules\rampart" "%CLIENT_REPO%\modules\rampart"
%AXIS2C_HOME%\bin\samples\rampart\client\saml_echo\echo.exe http://localhost:9090/axis2/services/sec_echo/echoString %CLIENT_REPO%
@echo on