Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 7011 invoked by uid 500); 13 Aug 2001 18:40:36 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 7004 invoked by uid 500); 13 Aug 2001 18:40:35 -0000 Delivered-To: apmail-xml-axis-cvs@apache.org Received: (qmail 7001 invoked from network); 13 Aug 2001 18:40:35 -0000 Received: from h32.sny.collab.net (HELO icarus.apache.org) (64.208.42.42) by h31.sny.collab.net with SMTP; 13 Aug 2001 18:40:35 -0000 Received: (qmail 87946 invoked by uid 1144); 13 Aug 2001 18:37:20 -0000 Date: 13 Aug 2001 18:37:20 -0000 Message-ID: <20010813183720.87945.qmail@icarus.apache.org> From: gdaniels@apache.org To: xml-axis-cvs@apache.org Subject: cvs commit: xml-axis/java/docs user-guide.html X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N gdaniels 01/08/13 11:37:20 Modified: java/docs user-guide.html Log: little typo Revision Changes Path 1.10 +1 -1 xml-axis/java/docs/user-guide.html Index: user-guide.html =================================================================== RCS file: /home/cvs/xml-axis/java/docs/user-guide.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- user-guide.html 2001/08/10 16:29:47 1.9 +++ user-guide.html 2001/08/13 18:37:20 1.10 @@ -335,7 +335,7 @@
% java org.apache.axis.client.AdminClient deploy.xml
   <admin>done processing</admin>

This command has now made our service accessible via -SOAP. Check it out by running the Client class - it should look like this:

% java samples.userguide.example3.Client "test me!"
You typed : "test me!"
%
+SOAP. Check it out by running the Client class - it should look like this:

% java samples.userguide.example3.Client "test me!"
You typed : test me!
%

If you want to prove to yourself that the deployment really worked, try undeploying the service and calling it again.  There's an "undeploy.xml" file in the example3/ directory which you can use just as you did the deploy.xml file above.