Return-Path: Delivered-To: apmail-ws-axis-cvs-archive@www.apache.org Received: (qmail 3806 invoked from network); 5 Jun 2005 13:49:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jun 2005 13:49:16 -0000 Received: (qmail 27712 invoked by uid 500); 5 Jun 2005 13:49:15 -0000 Delivered-To: apmail-ws-axis-cvs-archive@ws.apache.org Received: (qmail 27462 invoked by uid 500); 5 Jun 2005 13:49:14 -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 27449 invoked by uid 99); 5 Jun 2005 13:49:14 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 05 Jun 2005 06:49:13 -0700 Received: (qmail 3700 invoked by uid 65534); 5 Jun 2005 13:49:12 -0000 Message-ID: <20050605134912.3699.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r180089 - in /webservices/axis/trunk/java/modules/samples: maven.xml xdocs/amazonQS/AmazonSimpleWebService.html Date: Sun, 05 Jun 2005 13:49:11 -0000 To: axis-cvs@ws.apache.org From: ajith@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ajith Date: Sun Jun 5 06:49:10 2005 New Revision: 180089 URL: http://svn.apache.org/viewcvs?rev=3D180089&view=3Drev Log: updated the maven build file to include the sample.amazon.common package to= both the source and the bin. Modified: webservices/axis/trunk/java/modules/samples/maven.xml webservices/axis/trunk/java/modules/samples/xdocs/amazonQS/AmazonSimple= WebService.html Modified: webservices/axis/trunk/java/modules/samples/maven.xml URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/samp= les/maven.xml?rev=3D180089&r1=3D180088&r2=3D180089&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/samples/maven.xml (original) +++ webservices/axis/trunk/java/modules/samples/maven.xml Sun Jun 5 06:49:= 10 2005 @@ -71,6 +71,7 @@ + =20 =20 @@ -83,6 +84,7 @@ + =20 @@ -93,6 +95,7 @@ + =20 =20 @@ -116,6 +119,7 @@ + =20 =20 Modified: webservices/axis/trunk/java/modules/samples/xdocs/amazonQS/Amazon= SimpleWebService.html URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/samp= les/xdocs/amazonQS/AmazonSimpleWebService.html?rev=3D180089&r1=3D180088&r2= =3D180089&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/samples/xdocs/amazonQS/AmazonSimple= WebService.html (original) +++ webservices/axis/trunk/java/modules/samples/xdocs/amazonQS/AmazonSimple= WebService.html Sun Jun 5 06:49:10 2005 @@ -30,8 +30,8 @@

In these operations user will be given the autonomy to create a new q= ueue or use an existing queue to enqueue the selected queue. Only one queue= is subjected to manipulate at a given instance.

OUT operations

In these operations user will be given the autonomy to list the queue= s that once possess for a given subscription Id and read the entries of a p= articular queue or if the queue is empty the queue can deliberately be dele= ted. If the queue is not empty, the delete operation will not work. The que= ue must empty before it has to be deleted. It is expected that the user to = implement the de-queue operation in order to get the full understanding of = the code. Necessary steps will be provided at the end of this documentation= .

-

On the perimeters of this example, I have generated a key (0HPJJ4GJDS= G2TZ2C8X02) which is the subscription Id and hard coded to the key.properti= es file and OMElement objects obtained the value through Properties API, fo= r each operation invocation. The service end point also hard coded,
- (http://webservices.amazon.com/onca/soap?Service=3DAWSSimpleQueueService= )=2E Thus, when a user reads the queues available, queues pertaining to thi= s key will be displayed.

+

On the perimeters of this example, I have generated a key (0HPJJ4GJDS= G2TZ2C8X02) which is the subscription Id and hard coded to the key.properti= es file and OMElement objects obtained the value through Properties API, fo= r each operation invocation. The service end point also hard coded, + (http://webservices.amazon.com/onca/soap?Service=3DAWSSimpleQue= ueService ). Thus, when a user reads the queues available, queues perta= ining to this key will be displayed.

Section 2 - Architecture and Advanced Operations

Architecture of the Code

The structure of the code has been divided in to three sections for t= he simplicity of understanding.