diff options
author | dimuthu | 2010-06-04 10:13:24 +0000 |
---|---|---|
committer | dimuthu | 2010-06-04 10:13:24 +0000 |
commit | f54a428b1a48f12542d204242db05bc48d0ba216 (patch) | |
tree | ce9e0e6b4a83b2ac25239a54c7ca5102ea1f7ad8 /xdocs | |
parent | 0c9712eee68c1ba673f5041fbab529f3b9f2e277 (diff) | |
download | axis2c-f54a428b1a48f12542d204242db05bc48d0ba216.tar.gz axis2c-f54a428b1a48f12542d204242db05bc48d0ba216.tar.bz2 |
test commit
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@951349 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xdocs')
-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 |