Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 63345 invoked from network); 13 Nov 2006 07:43:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2006 07:43:09 -0000 Received: (qmail 34707 invoked by uid 500); 13 Nov 2006 07:43:19 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 34596 invoked by uid 500); 13 Nov 2006 07:43:19 -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 34575 invoked by uid 500); 13 Nov 2006 07:43:19 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 34571 invoked by uid 99); 13 Nov 2006 07:43:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Nov 2006 23:43:19 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Nov 2006 23:43:07 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 0D56E1A9846; Sun, 12 Nov 2006 23:42:38 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r474179 - /webservices/axis2/branches/java/1_1/modules/samples/quickstart/README.txt Date: Mon, 13 Nov 2006 07:42:37 -0000 To: axis2-cvs@ws.apache.org From: chatra@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061113074238.0D56E1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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: - -42 +42.0 - 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