This document is meant to be a very brief tutorial on using Apache Axis to generate Java code from a WSDL.
Use the following commands to download Axis and extract the archive contents.
$ mkdir ~/tmp && cd ~/tmp $ wget http://www.apache.org/dist/ws/axis/1_4/axis-bin-1_4.zip $ unzip axis-bin-1_4.zip
$ cd ~/tmp/axis-1_4/lib $ java -cp axis-ant.jar:axis.jar:commons-discovery-0.2.jar:log4j-1.2.8.jar:jaxrpc.jar:log4j-1.2.8.jar:saaj.jar:wsdl4j-1.5.1.jar:commons-logging-1.0.4.jar org.apache.axis.wsdl.WSDL2Java /home/tcort/sstregservice.wsdl
| Copyright ©
2007-2008
Vermont Department of Taxes
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". |