You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by sa...@apache.org on 2011/10/05 16:20:31 UTC

svn commit: r1179238 - /axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-creatingclients.xml

Author: sagara
Date: Wed Oct  5 14:20:31 2011
New Revision: 1179238

URL: http://svn.apache.org/viewvc?rev=1179238&view=rev
Log:
Fixed AXIS2-4954   - Added instruction about WSDL file used here. 

Modified:
    axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-creatingclients.xml

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-creatingclients.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-creatingclients.xml?rev=1179238&r1=1179237&r2=1179238&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-creatingclients.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-creatingclients.xml Wed Oct  5 14:20:31 2011
@@ -156,7 +156,7 @@ for calling each of these operations.</p
 <li>
 <a href="../download.cgi">Download</a> and unpack the Apache Axis2 Standard
 Distribution, if you have not done it already.</li>
-<li>Create the client stub with the following command:
+<li>Create the client stub with the following command (Assuming that you have Axis2UserGuide.wsdl file on your current working directory):
 <pre>
 %AXIS2_HOME%\bin\WSDL2Java -uri Axis2UserGuide.wsdl -p org.apache.axis2.axis2userguide -d adb -s
 </pre></li>