summaryrefslogtreecommitdiffstats
path: root/tools/codegen/javatool/WSDL2C.sh
blob: 78825330a22f6dba2cdd8c00de0511d2d1b98c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

#export AXIS2_HOME=/home/axis2java
for f in $AXIS2_HOME/lib/*.jar
do
  AXIS2_CLASSPATH=$AXIS2_CLASSPATH:$f
done
export AXIS2_CLASSPATH

echo the classpath $AXIS2_CLASSPATH
java -classpath $AXIS2_CLASSPATH org.apache.axis2.wsdl.WSDL2C $*