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/13 15:35:23 UTC

svn commit: r474335 - /webservices/axis2/branches/java/1_1/xdocs/1_1/quickstartguide.html

Author: chatra
Date: Mon Nov 13 06:35:23 2006
New Revision: 474335

URL: http://svn.apache.org/viewvc?view=rev&rev=474335
Log:
made corrections with the instructions of charitha

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

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/quickstartguide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/quickstartguide.html?view=diff&rev=474335&r1=474334&r2=474335
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/quickstartguide.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/quickstartguide.html Mon Nov 13 06:35:23 2006
@@ -366,6 +366,8 @@
 
 <p>The option -d adb specifies Axis Data Binding (ADB). The -s switch specifies synchronous or blocking calls only. The -ss switch creates the server side code (skeleton and related files). The -sd switch creates a service descriptor (services.xml file).  The -ssi switch creates an interface for the service skeleton. The service files should now be located at build/service.</p>
 
+<p>If you generated the code by using WSDL2Java directly, you next need to modify the generated skeleton to implement the service (if you used "ant generate.service", a completed skeleton will be copied over the generated one automatically).</p> 
+
 <p>Open the build/service/src/samples/quickstart/adb/service/StockQuoteServiceSkeleton.java file and modify it to add the functionality of your service to the generated methods, shown in Code Listing 6.</p>
 
 <p><b>Code Listing 6: Defining the Service Skeleton File</b></p>
@@ -434,6 +436,8 @@
 <p>Or by simply typing ant generate.service in the Axis2_HOME/samples/quickstartxmlbeans directory.</p>
 
 <p>The option -d xmlbeans specifies XML Beans data binding. The -s switch specifies synchronous or blocking calls only. The -ss switch creates the server side code (skeleton and related files). The -sd switch creates a service descriptor (services.xml file).  The -ssi switch creates an interface for the service skeleton. The service files should now be located at build/service.</p>
+
+<p>If you generated the code by using WSDL2Java directly, you next need to modify the generated skeleton to implement the service (if you used "ant generate.service", a completed skeleton will be copied over the generated one automatically).</p> 
 
 <p>Next open the build/service/src/samples/quickstart/service/xmlbeans/StockQuoteServiceSkeleton.java file and modify it to add the functionality of your service to the generated methods (see Code Listing 7).</p>
 



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