diff options
-rw-r--r-- | xdocs/docs/axis2c_manual.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/xdocs/docs/axis2c_manual.html b/xdocs/docs/axis2c_manual.html index abc4e22..c007f91 100644 --- a/xdocs/docs/axis2c_manual.html +++ b/xdocs/docs/axis2c_manual.html @@ -1985,7 +1985,12 @@ release</a> and use those binaries to generate the code. Check out a <a href="ht guide</a> on the Java tool.</p> <p>Before you run the tool, make sure that all the .jar library files that -come with Axis2/Java are added to the CLASSPATH environment variable.</p> +come with Axis2/Java are added to the CLASSPATH environment variable. +</p> +<p> +<em>Note: You can use the WSDL2C.sh or WSDL2C.bat that shipped with the axis2/c binaries +(inside the <axis2_src_dir>/bin/tools/wsdl2c directory) to run the tool. +The README comes in the directory guide you how to use that scripts.</em></p> <div class="subsection"><a name="17_1_Generating_Service_Skeletons"></a> <h3>17.1 Generating Service Skeletons</h3> <p>The tool can be run with the following parameters and generate |