You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2006/11/13 08:42:37 UTC

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

Author: chatra
Date: Sun Nov 12 23:42:37 2006
New Revision: 474179

URL: http://svn.apache.org/viewvc?view=rev&rev=474179
Log:
made changes at the request of charitha

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=474179&r1=474178&r2=474179
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/quickstart/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/quickstart/README.txt Sun Nov 12 23:42:37 2006
@@ -7,8 +7,8 @@
 
 Introduction
 ============
-In this sample, we are deploying a pojo after writing a services.xml and
-creating an aar. We also test the 2 methods using a browser.
+In this sample, we are deploying a POJO after writing a services.xml and
+creating an aar. We also test the gePrice and update methods using a browser.
 
 Pre-Requisites
 ==============
@@ -21,19 +21,25 @@
 Type "ant generate.service" or just "ant" from Axis2_HOME/samples/quickstart directory 
 and then deploy the Axis2_HOME/samples/quickstart/build/StockQuoteService.aar
 
+Generate WSDL
+==============
+
+Type "ant generate.wsdl" from Axis2_HOME/samples/quickstart directory which generates a 
+WSDL file for the above Web service and it will be placed in Axis2_HOME/samples/quickstart/build 
+directory.
+
 Running the Client
 ==================
 - From your browser, If you point to the following URL:
 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><ns:return>42.0</ns:return></ns:getPriceResponse>
 
 - If you invoke the update method like so:
 http://localhost:8080/axis2/rest/StockQuoteService/update?symbol=IBM&price=100
 
-and then execute the first getPrice url. You can see that the price got updated.
+And then execute the first getPrice url. You can see that the price got updated.
 
 Help
 ====



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