Skip to content

Instantly share code, notes, and snippets.

@maleficarum
Created February 2, 2012 05:47
Show Gist options
  • Save maleficarum/1721762 to your computer and use it in GitHub Desktop.
Save maleficarum/1721762 to your computer and use it in GitHub Desktop.
Wsdl 2 Java
export CP=lib/
for i in $(ls -1 lib/*jar); do CP=$CP:$i; done
java -cp $CP org.apache.axis.wsdl.WSDL2Java -w -p ${package} -o src ${wsdl}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment