blob: 53ce2a6c67e5cbf6941bf7147f8885c0c972684e [file] [log] [blame]
#!/bin/sh
export AXIS2_HOME=../../../
AXIS2_CLASSPATH=$AXIS2_CLASSPATH:../sample.jar
for f in $AXIS2_HOME/lib/*.jar
do
AXIS2_CLASSPATH=$AXIS2_CLASSPATH:$f
done
export AXIS2_CLASSPATH
java -classpath $AXIS2_CLASSPATH userguide.clients.ClientForWebServiceWithModule