Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 68120 invoked from network); 24 Aug 2005 06:36:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Aug 2005 06:36:16 -0000 Received: (qmail 77692 invoked by uid 500); 24 Aug 2005 06:36:15 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 77640 invoked by uid 500); 24 Aug 2005 06:36: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 77627 invoked by uid 99); 24 Aug 2005 06:36: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 [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 23 Aug 2005 23:36:14 -0700 Received: (qmail 68093 invoked by uid 2056); 24 Aug 2005 06:36:14 -0000 Date: 24 Aug 2005 06:36:14 -0000 Message-ID: <20050824063614.68092.qmail@minotaur.apache.org> From: cdinapala@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/docs wininstall-guide.html X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N cdinapala 2005/08/23 23:36:14 Modified: c/docs wininstall-guide.html Log: Updated the samples. Revision Changes Path 1.18 +1 -1 ws-axis/c/docs/wininstall-guide.html Index: wininstall-guide.html =================================================================== RCS file: /home/cvs/ws-axis/c/docs/wininstall-guide.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- wininstall-guide.html 27 May 2005 11:39:03 -0000 1.17 +++ wininstall-guide.html 24 Aug 2005 06:36:14 -0000 1.18 @@ -422,7 +422,7 @@

If Axis installation is a complete success, then the following sample web services and handlers have been installed successfully. Please click on the following link to see the deployed web services. http://localhost/axis

You will find the built console applications at [Axis_Extract]/bin directory. Following are the built .exe files.
-
1.base.exe
2.cbase.exe
3.doclitbase.exe
4.doclitgroupB.exe
5.groupB.exe
6.cgroupB.exe
+
01.array.exe
02.base.exe
03.bench.exe
04.calculator.exe
05.element.exe
06.enumeration.exe
07.enumeration.exe
08.ref.exe
09.rpcfault.exe
10.transportProperties.exe

In order to run these samples you should have AxisClient.dll in the PATH environment variable or in the same directory where the client .exe is located.

You can run the provided client programs to confirm whether the Axis cpp server and clients are working fine.

To run these sample client applications you need to have the path to xerces-c_2_2_0.dll in the "PATH" environment variable or xerces-c_2_2_0.dll should be placed where the apache.exe is.(xerces-c_2_2_0.dll can be found in [Xerces_Folder]\bin)