#!/usr/bin/qsh
#
# //  DESCRIPTION:
# //      

. $(/usr/bin/dirname $0)/setupCmdLine


# If a proxy server is needed for internet access
# edit and uncomment the following line.
# PROXY_INFO=-Dproxy.httpHost=yourProxyHost -Dproxy.httpPort=yourProxyPort

${JAVA_HOME}/bin/java ${JAVA_PARM} \
  ${WAS_LOGGING} \
  ${PROXY_INFO} \
  com.ibm.ws.bootstrap.WSLauncher \
  com.ibm.ws.webservices.tools.WSDL2Java "$@"
