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/12 08:34:36 UTC

svn commit: r473898 - /webservices/axis2/branches/java/1_1/modules/samples/quickstart/README.txt

Author: chatra
Date: Sat Nov 11 23:34:35 2006
New Revision: 473898

URL: http://svn.apache.org/viewvc?view=rev&rev=473898
Log:
improved consistency

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/quickstart/README.txt

Modified: webservices/axis2/branches/java/1_1/modules/samples/quickstart/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/quickstart/README.txt?view=diff&rev=473898&r1=473897&r2=473898
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/quickstart/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/quickstart/README.txt Sat Nov 11 23:34:35 2006
@@ -14,8 +14,8 @@
 Building the Service
 ====================
 
-Type "ant" from Axis2_HOME/samples/quickstart directory and then deploy
-the Axis2_HOME/samples/quickstart/build/StockQuoteService.aar
+Type "ant generate.service" or just "ant" from Axis2_HOME/samples/quickstart directory 
+and then deploy the Axis2_HOME/samples/quickstart/build/StockQuoteService.aar
 
 Running the Client
 ==================
@@ -23,7 +23,8 @@
 http://localhost:8080/axis2/rest/StockQuoteService/getPrice?symbol=IBM
 
 You will get the following response:
-<ns:getPriceResponse xmlns:ns="http://pojo.service.quickstart.samples/xsd"><ns:return>42</ns:return></ns:getPriceResponse>
+<ns:getPriceResponse xmlns:ns="http://pojo.service.quickstart.samples/xsd">
+<ns:return>42</ns:return></ns:getPriceResponse>
 
 - If you invoke the update method like so:
 http://localhost:8080/axis2/rest/StockQuoteService/update?symbol=IBM&price=100



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