Author: dims
Date: Mon Apr 16 10:28:31 2007
New Revision: 529335

URL: http://svn.apache.org/viewvc?view=rev&rev=529335
Log:
merge from 1.2 branch

Modified:
    webservices/axis2/trunk/java/modules/samples/quickstart/README.txt

Modified: webservices/axis2/trunk/java/modules/samples/quickstart/README.txt
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/quickstart/README.txt?view=diff&rev=529335&r1=529334&r2=529335
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/quickstart/README.txt 
(original)
+++ webservices/axis2/trunk/java/modules/samples/quickstart/README.txt Mon Apr 
16 10:28:31 2007
@@ -31,13 +31,13 @@
 Running the Client
 ==================
 - From your browser, If you point to the following URL:
-http://localhost:8080/axis2/rest/StockQuoteService/getPrice?symbol=IBM
+http://localhost:8080/axis2/services/StockQuoteService/getPrice?symbol=IBM
 
 You will get the following response:
 <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
+http://localhost:8080/axis2/services/StockQuoteService/update?symbol=IBM&price=100
 
 And then execute the first getPrice url. You can see that the price got 
updated.
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to