Copyright © Nortel Networks Limited 2006 | 18 |
Procedure 1 Downloading the AXIS toolkit
On the PC
1In your web browser, navigate to the Axis toolkit page on the Apache web site.
ws.apache.org/axis
The 1.1 final version is recommended.
2Download the 1.1 final version file,
3Unzip the files to a drive on the PC. In this example, we use Axis files extracted to folder
Setting the Classpath
The classpath needs to be set for specific jar files that are part of the Axis toolkit.
Procedure 2 Setting the Classpath
On the PC
1Open a command prompt in the DOS window
2Set the classpath for all the jar files found in the directory
D:\axis-1_1\webapps\axis\WEB-INF\lib.
set CLASSPATH=
.jar;D:\axis-1_1\webapps\axis\WEB-INF\lib\saaj
3Create a folder for the generated client stubs. In this example, we use the folder D:\opiclient.