You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2006/11/07 06:41:47 UTC

svn commit: r471993 - /webservices/axis2/branches/java/1_1/xdocs/1_1/reference.html

Author: chatra
Date: Mon Nov  6 21:41:46 2006
New Revision: 471993

URL: http://svn.apache.org/viewvc?view=rev&rev=471993
Log:
reviewed and committing patch in Jira AXIS2-1613. Thanks Karthiga

Modified:
    webservices/axis2/branches/java/1_1/xdocs/1_1/reference.html

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/reference.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/reference.html?view=diff&rev=471993&r1=471992&r2=471993
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/reference.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/reference.html Mon Nov  6 21:41:46 2006
@@ -6,10 +6,11 @@
 </head>
 
 <body lang="en-US" dir="ltr">
-<h1 align="center"><a name="_Toc96697849" id="_Toc96697849">Axis2 Reference
-Guide</a></h1>
+<a name="_Toc96697849" id="_Toc96697849"></a>
+<h1 align="center">Axis2 Reference Guide</h1>
 
-<h2 name="wsdl2code">WSDL2Code Reference</h2>
+<a name="wsdl2code"></a>
+<h2> WSDL2Code Reference</h2>
 <pre>NAME
        WSDL2Java.sh or WSDL2Java.bat - Generates java code according to a given WSDL file to handle Web service ivocation.
        These scripts can be found under the bin directory of the Axis2 distribution.
@@ -39,7 +40,8 @@
        WSDL2Java.sh -uri ../samples/wsdl/Axis2SampleDocLit.wsdl -ss -sd 
        WSDL2Java.sh -uri ../samples/wsdl/Axis2SampleDocLit.wsdl -ss -sd -d xmlbeans -o ../samples -p org.apache.axis2.userguide</pre>
 
-<h2 name="wsdl2java">Java2WSDL Reference</h2>
+<a name="wsdl2java"></a>
+<h2> Java2WSDL Reference</h2>
 <pre>NAME
        Java2WSDL.sh or Java2WSDL.bat - Generates the appropriate WSDL file for a given java class.
        These scripts can be found under the bin directory of the Axis2 distribution.
@@ -68,6 +70,7 @@
        Java2WSDL.sh -cn ../samples/test/searchTool.Search
        Java2WSDL.sh -cn ../samples/test/searchTool.Search -sn search
        Java2WSDL.sh -cn ../samples/test/searchTool.Search -u -sn search
-       Java2WSDL.sh -cn ../samples/test/searchTool.Search -sn search -o ../samples/test/wsdl        </pre>
+       Java2WSDL.sh -cn ../samples/test/searchTool.Search -sn search -o ../samples/test/wsdl  </pre>
+       
 </body>
 </html>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org