Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 37467 invoked from network); 12 Oct 2006 11:20:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Oct 2006 11:20:58 -0000 Received: (qmail 76729 invoked by uid 500); 12 Oct 2006 11:20:56 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 76640 invoked by uid 500); 12 Oct 2006 11:20:56 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 76622 invoked by uid 500); 12 Oct 2006 11:20:56 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 76619 invoked by uid 99); 12 Oct 2006 11:20:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 04:20:56 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 04:20:54 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C75ED1A981A; Thu, 12 Oct 2006 04:20:33 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r463201 - /webservices/axis2/branches/java/1_1/xdocs/1_1/reference.html Date: Thu, 12 Oct 2006 11:20:33 -0000 To: axis2-cvs@ws.apache.org From: chatra@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061012112033.C75ED1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: chatra Date: Thu Oct 12 04:20:32 2006 New Revision: 463201 URL: http://svn.apache.org/viewvc?view=rev&rev=463201 Log: reviewed and applied jira AXIS2-1355. Thanks Isuru 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=463201&r1=463200&r2=463201 ============================================================================== --- webservices/axis2/branches/java/1_1/xdocs/1_1/reference.html (original) +++ webservices/axis2/branches/java/1_1/xdocs/1_1/reference.html Thu Oct 12 04:20:32 2006 @@ -6,55 +6,50 @@ -

Axis2 Reference Guide

+

Axis2 Reference +Guide

WSDL2Code Reference

- -
-NAME
-       WSDL2Java.sh or WSDL2Java.bat - Given a WSDL file generate java code to handle Web Service invocation.
-       Shell script can be found from bin directory in the Axis2 distribution.
-
+
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.
 
 SYNOPSIS
        WSDL2Java.sh [OPTION]... -uri <Location of WSDL>
 
 DESCRIPTION
-	Given a WSDL file generate java code to handle Web Service invocation.
+       Given a WSDL file, generates java code to handle Web service invocation.
 
-	-o <output Location> : output file location
-	-a : Generate async style code only. Default is off
-	-s : Generate sync style code only. Default is off. takes precedence over -a
-	-p <package name> : set custom package name
-	-l <language> : valid languages are java and csharp. Default is java
-	-t : Generate TestCase to test the generated code
-	-ss : Generate server side code (i.e. skeletons). Default is off
-	-sd : Generate service descriptor (i.e. services.xml). Default is off. Valid with -ss
-	-d <databinding> : valid databinding(s) are adb, xmlbeans and jaxme. Default is adb
-	-g Generates all the classes. valid only with the -ss (This will generate client and server codes)
-	-pn <port_name> : name of port in the presence of multiple ports
-	-sn <service_name> : name of service in the presence of multiple services
-	-u : unpacks the databinding classes
-	-r <repository_path> : path of the repository against which code is generated
+        -o <output Location> : output file location
+        -a : Generate async style code only. Default is off
+        -s : Generate sync style code only. Default is off. takes precedence over -a
+        -p <package name> : set custom package name
+        -l <language> : valid languages are java and csharp. Default is java
+        -t : Generate TestCase to test the generated code
+        -ss : Generate server side code (i.e. skeletons). Default is off
+        -sd : Generate service descriptor (i.e. services.xml). Default is off. Valid with -ss
+        -d <databinding> : valid databinding(s) are adb, xmlbeans and jaxme. Default is adb
+        -g Generates all the classes. valid only with the -ss (This will generate client and server codes)
+        -pn <port_name> : name of port in the presence of multiple ports
+        -sn <service_name> : name of service in the presence of multiple services
+        -u : unpacks the databinding classes
+        -r <repository_path> : path of the repository against which code is generated
 EXAMPLES
-	WSDL2Java.sh -uri ../samples/wsdl/Axis2SampleDocLit.wsdl
-	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
-
+       WSDL2Java.sh -uri ../samples/wsdl/Axis2SampleDocLit.wsdl
+       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
 

Java2WSDL Reference

-
-NAME
-       Java2WSDL.sh or Java2WSDL.bat - Given a java class generate a WSDL file for the given java class. 
-       Can be found from bin directory in the Axis2 distribution.
-
+
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.
 
 SYNOPSIS
        Java2WSDL.sh [OPTION]... -cn <fully qualified class name>
 
 DESCRIPTION
-       Given a java class generate a WSDL file for the given java class. 
+       Given a java class generates a WSDL file for the given java class. 
 
        -o <output Location> : output file location
        -cp <class path uri> : list of classpath entries - (urls)
@@ -70,7 +65,11 @@
        -efd <qualified/unqualified> : Setting for elementFormDefault (defaults to qualified)
        -afd <qualified/unqualified> : Setting for attributeFormDefault (defaults to qualified)
        -xc <extra class> : Extra class for which schematype must be generated.  Use as : -xc class1 -xc class2 ...
-EXAMPLE
-	
-
+EXAMPLES
+       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        
+
+ --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org