You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ro...@apache.org on 2004/11/12 06:06:24 UTC

cvs commit: ws-axis/c/docs winuser-guide.pdf winuser-guide.html wininstall-guide.pdf wininstall-guide.html windev-guide.html

roshan      2004/11/11 21:06:24

  Modified:    c/docs   winuser-guide.pdf winuser-guide.html
                        wininstall-guide.pdf wininstall-guide.html
                        windev-guide.html
  Log:
  Changed the win user guide, win install guide & win dev guide. Changed by Rangika
  
  Revision  Changes    Path
  1.4       +86 -86    ws-axis/c/docs/winuser-guide.pdf
  
  	<<Binary file>>
  
  
  1.5       +35 -33    ws-axis/c/docs/winuser-guide.html
  
  Index: winuser-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/docs/winuser-guide.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- winuser-guide.html	23 Oct 2004 09:52:22 -0000	1.4
  +++ winuser-guide.html	12 Nov 2004 05:06:24 -0000	1.5
  @@ -33,8 +33,8 @@
   <p>
   </a>
   <b>Definitions:</b> <br>
  -AXIS_EXTRACT -> The folder to which the Axis c++ binary distribution is extracted <br>
  -AXIS_FOLDER -> The deploy folder of the binary distribution which is copied to the apache installation
  +Axis_Extract -> The folder to which the Axis c++ binary distribution is extracted <br>
  +[Axis_Folder] -> The deploy folder of the binary distribution which is copied to the apache installation
   </p>
   
   
  @@ -86,7 +86,7 @@
   5) From the generated 'ServerOut'folder, add the following files to this project. <br> Calculator.cpp Calculator.h 
   <br> <br>
   6) Set the include path to the include directory of the binary distribution
  -(These include files are in AXIS_EXTRACT/include/). 
  +(These include files are in Axis_Extract/include/). 
   <br> <br>
   7) Fill the empty methods of the generated skeletons.
   <br> <br>
  @@ -145,15 +145,15 @@
   <br>
    <br>
   <br>
  -Open a command window. Change directory to AXIS_EXTRACT\lib\axis. Create a folder of your choice and we will
  -call this folder as WSDL2WS_FOLDER. <br>
  +Open a command window. Change directory to Axis_Extract\lib\axis. Create a folder of your choice and we will
  +call this folder as [Wsdl2ws_Folder]. <br>
   <br>
   Now copy the wsdl file (eg.Calculator.wsdl) which you use, to the folder
  -WSDL2WS_FOLDER.
  +[Wsdl2ws_Folder].
   <br>
  -Copy the file wsdl2ws.jar from AXIS_EXTRACT\lib\axis to  WSDL2WS_FOLDER
  +Copy the file wsdl2ws.jar from Axis_Extract\lib\axis to  [Wsdl2ws_Folder]
   <br>
  -Then change the directory to WSDL2WS_FOLDER and run the following command to generate the server side skeletons and
  +Then change the directory to [Wsdl2ws_Folder] and run the following command to generate the server side skeletons and
   wrappers.
   
   <br>
  @@ -165,7 +165,7 @@
   <br>
   If the file generation is successful the tool will display the files that it has
   generated. The skeletons and wrappers will be generated in
  -[WSDL2WS_FOLDER]\ServerOut. <br>
  +[Wsdl2ws_Folder]\ServerOut. <br>
   <br>
   Run the following command to generate the client stubs.
   <br>
  @@ -173,7 +173,7 @@
   java -classpath .\wsdl2ws.jar;.;%CLASSPATH% org.apache.axis.wsdl.wsdl2ws.WSDL2Ws
   Calculator.wsdl -o./ClientOut -lc++ -sclient <br>
   <br>
  -The generated client stubs will be in [WSDL2WS_FOLDER]\ClientOut <br> <br>
  +The generated client stubs will be in [Wsdl2ws_Folder]\ClientOut <br> <br>
   <b>Note:</b>More details on WSDL2Ws Tool can be found by clicking on the following link <a href="arch/WSDL2Ws.html">WSDL2Ws Tool</a>
   </p>
   
  @@ -189,7 +189,7 @@
   AdminClient tool.
   
   <br> <br>
  -Lets say that the apache installation folder is APACHE_FOLDER.
  +Lets say that the apache installation folder is [Apache_Folder].
   <br>
   (The default installation is apache 1.3.X and the path is "C:\Program Files\Apache Group\Apache"
    and the path for apache 2.X is "C:\Program Files\Apache Group\Apache2")
  @@ -197,12 +197,12 @@
   <br>
   <br>
   1) Copy the above Calculator.dll to the folder
  -APACHE_FOLDER/Axis/webservices.
  +[Apache_Folder]/Axis/webservices.
   
   <br>
   2) Add the following to the server.wsdd at the service level. Please make
   sure you add these lines at the correct place, i.e at service level.
  -(APACHE_FOLDER/Axis/conf/server.wsdd)
  +([Apache_Folder]/Axis/conf/server.wsdd)
   
   <br>
   <br>
  @@ -211,7 +211,7 @@
   
   <br>
   &lt;parameter name="className"
  -value="APACHE_FOLDER\Axis\webservices\Calculator.dll"/&gt;
  +value="[Apache_Folder]\Axis\webservices\Calculator.dll"/&gt;
   <br>
   &lt;parameter name="allowedMethods" value="add subtract "/&gt;<br>
   &lt;/service&gt; <br>
  @@ -250,7 +250,7 @@
   5) Add the following libs to the library modules path of this project.
   <br>
   <br>
  -AXIS_EXTRACT/lib/axis/
  +Axis_Extract/lib/axis/
   <br>
   Axisclient.lib
   <br>
  @@ -287,7 +287,7 @@
   <p><a name="transport"></a></p>
   
   <h2>Transport Library and Parser Library</h2>
  -<p>AxisTransport.dll (Which can be found at AXIS_EXTRACT/bin) should be placed in the path, and should be specified as the value to the key "Transport_http" in axiscpp.conf (AXIS_FOLDER/axiscpp.conf) Or in the same place as the client.exe. </p> 
  +<p>AxisTransport.dll (Which can be found at Axis_Extract/bin) should be placed in the path, and should be specified as the value to the key "Transport_http" in axiscpp.conf [Axis_Folder]/axiscpp.conf Or in the same place as the client.exe. </p> 
   <p>Rename either AxisXMLParser_Expat.dll or AxisXMLParser_Xerces.dll to AxisXMLParser.dll (depending on the parser you use), 
    and give the path of the AxisXMLParser.dll as the value of the key XMLParser in axiscpp.conf Or in the  same place as the client.exe. 
   <br>
  @@ -309,20 +309,20 @@
   is the path to the server.wsdd file.<br>
   <br>
   i.e.<br>
  -LogPath:[APACHE_HOME]\Axis\logs\AxisLog.log  
  +LogPath:[Apache_Folder]\Axis\logs\AxisLog.log  
   
   <br>
  -WSDDFilePath:[APACHE_HOME]\Axis\conf\server.wsdd <br>
  -Transport_http:[APACHE_HOME]\Axis\libs\AxisTransport_D.dll <br>
  -XMLParser:[APACHE_HOME]\Axis\libs\AxisXMLParser_D.dll <br></p>
  +WSDDFilePath:[Apache_Folder]\Axis\conf\server.wsdd <br>
  +Transport_http:[Apache_Folder]\Axis\libs\AxisTransport_D.dll <br>
  +XMLParser:[Apache_Folder]\Axis\libs\AxisXMLParser_D.dll <br></p>
   
   <p><a name="handlers"></a></p>
   
   <h2>Handlers</h2>
   <p>Handlers are pluggable components in Axis C++. We have included a set of sample handlers for your reference. You could write your own handlers by following the instructions  given for the sample Handlers.</p>
  -<p><b>Note: If you are using Client side Handlers you need to enter the following entry to the AXIS_FOLDER/axiscpp.conf configuration file.</b></p>
  +<p><b>Note: If you are using Client side Handlers you need to enter the following entry to the [Axis_Folder]/axiscpp.conf configuration file.</b></p>
   <p>ClientWSDDFilePath:Axis\conf\client.wsdd</p>
  -<p>After entering this entry  to your AXIS_FOLDER/axiscpp.conf configuration file will look like:</p>
  +<p>After entering this entry  to your [Axis_Folder]/axiscpp.conf configuration file will look like:</p>
   <p>LogPath:Axis\logs\AxisLog.txt
   <br>WSDDFilePath:Axis\conf\server.wsdd
   <br>ClientWSDDFilePath:Axis\conf\client.wsdd</p>
  @@ -338,14 +338,14 @@
   <br>
   <b>Building echoStringHeaderHandler (A server side handler sample)</b>
   <br>
  -<p>The VC dsw file (ServerHandlers.dsw) is available at AXIS_EXTRACT/vc/samples/server/ ServerHandlers.dsw. Open this file and build the project echoStringHeaderHandler. Once the build is successful you will find the DLL (echoStringHeaderHandler.dll) at AXIS_EXTRACT/bin. If you see this DLL at the above location you are done with the first step.</p>
  +<p>The VC dsw file (ServerHandlers.dsw) is available at Axis_Extract/vc/samples/server/ ServerHandlers.dsw. Open this file and build the project echoStringHeaderHandler. Once the build is successful you will find the DLL (echoStringHeaderHandler.dll) at Axis_Extract/bin. If you see this DLL at the above location you are done with the first step.</p>
   <p><b>Configuring the Handler</b></p>
  -<p>Now edit the AXIS_FOLDER /conf/server.wsdd to include the handler for a particular service.</p>
  +<p>Now edit the [Axis_Folder]/conf/server.wsdd to include the handler for a particular service.</p>
   <p>&lt;service name="Calculator" provider="CPP:RPC" description="Simple Calculator Axis C++ Service "&gt
   <br>
   &lt;requestFlow name="CalculatorHandlers"&gt
   <br>  
  -&lt;handler name="ESHHandler" type="AXIS_EXTRACT/bin/echoStringHeaderHandler.dll"&gt
  +&lt;handler name="ESHHandler" type="Axis_Extract/bin/echoStringHeaderHandler.dll"&gt
   <br>
   &lt;/handler&gt
   <br>  
  @@ -353,7 +353,7 @@
   <br> 
   &lt;responseFlow name="CalculatorHandlers"&gt
   <br>      
  -&lt;handler name="ESHHandler" type="AXIS_EXTRACT/bin/echoStringHeaderHandler.dll"&gt 
  +&lt;handler name="ESHHandler" type="Axis_Extract/bin/echoStringHeaderHandler.dll"&gt 
   <br>    
   &lt;/handler&gt
   <br> 
  @@ -375,14 +375,14 @@
   <p><b>testHandler</b></p>
   <p><b>Building the Sample Handlers in VC</b></p>
   <p>Building testHandler (A client side handler sample)</p>
  -<p>The VC dsw file (ServerHandlers.dsw) is available at AXIS_EXTRACT/vc/samples/client/ClientHandlers.dsw. Open this file and build the project TestHandler. Once the build is successful you will find the DLL (testHandler.dll) at AXIS_EXTRACT/bin. If you see this DLL at the above location you are done with the first step.</p>
  +<p>The VC dsw file (ServerHandlers.dsw) is available at Axis_Extract/vc/samples/client/ClientHandlers.dsw. Open this file and build the project TestHandler. Once the build is successful you will find the DLL (testHandler.dll) at at Axis_Extract/bin. If you see this DLL at the above location you are done with the first step.</p>
   <p><b>Configuring the Handler</b></p>
  -<p>Now edit the AXIS_FOLDER /conf/client.wsdd to include the handler for a particular service.</p>
  +<p>Now edit the [Axis_Folder]/conf/client.wsdd to include the handler for a particular service.</p>
   <p>&lt;service name="Calculator" provider="CPP:DOCUMENT" description="Calculator web service"&gt
   <br>
   &lt;requestFlow name="CalculatorHandlers"&gt 
   <br>       
  -&lt;handler name="TestHandler" type="AXIS_EXTRACT/bin/testHandler.dll"&gt
  +&lt;handler name="TestHandler" type="Axis_Extract/bin/testHandler.dll"&gt
   <br>
   &lt;/handler&gt
   <br>  
  @@ -391,21 +391,23 @@
   &lt;/service&gt</p>
   <p><b>Note: Make sure you specify the correct path of the handler dll in the client.wsdd file.</b></p>
   <p>Now you are almost done to run your client side handler.</p>
  -<p><b>Note: If you are using Client side Handlers you need to enter the ClientWSDDFilePath  entry in the AXIS_FOLDER/axiscpp.conf configuration file. (See above)</b></p>
  +<p><b>Note: If you are using Client side Handlers you need to enter the ClientWSDDFilePath  entry in the [Axis_Folder]/axiscpp.conf configuration file. (See above)</b></p>
   <p><b>Running the Handler</b></p>
  -<p>Since this Handler is configured to the Calculator web service in the above step, this Handler will be executed when you run the calculator web service client. (It is at AXIS_EXTRACT/bin/Calculator.exe)</p>
  +<p>Since this Handler is configured to the Calculator web service in the above step, this Handler will be executed when you run the calculator web service client. (It is at Axis_Extract/bin/Calculator.exe)</p>
   <p>Handler Notes:</p>
   <p>1)	You can see the Handler behavior through the TCP Monitor. (TCP Monitor is a Axis Java tool)
   <br>
   2)	To get an idea of Handlers look at the Handler sample source files.
   <br>
  -a.	echoStringHeaderHandler (AXIS_EXTRACT/samples/server/echoStringHeaderHandler)
  +a.	echoStringHeaderHandler (Axis_Extract/samples/server/echoStringHeaderHandler)
   <br>
   b.	testHandler
  -(AXIS_EXTRACT/samples/client/testHandler)</p>
  +(Axis_Extract/samples/client/testHandler)
   
   <div id="pdf" align="right">
   <a href="winuser-guide.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" class="skin"><br>
             PDF</a>
  +
  +</p>
   </body>
   </html>
  
  
  
  1.9       +167 -161  ws-axis/c/docs/wininstall-guide.pdf
  
  	<<Binary file>>
  
  
  1.10      +46 -46    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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- wininstall-guide.html	11 Nov 2004 05:32:56 -0000	1.9
  +++ wininstall-guide.html	12 Nov 2004 05:06:24 -0000	1.10
  @@ -69,7 +69,7 @@
   <p><a name="#parser1"> </a> </p>
   <h1>Installing the Expat XML parser </h1>
   <p>If you decide to use the Expat parser you need to install the Expat parser. Download the Expat-1.95.7 binary version from <a href="http://sourceforge.net/projects/expat/">http://sourceforge.net/projects/expat/</a> <br> <br>
  -Extract the Expat binaries to a folder Called Expat ,we will refer to this folder as [EXPAT_EXTRACT].</p> <br> <br>
  +Extract the Expat binaries to a folder Called Expat ,we will refer to this folder as [Expat_Folder].</p> <br> <br>
   
   <p><a name="#parser2"> </a> </p>
   
  @@ -78,7 +78,7 @@
   <p>If you decide to use the Xerces parser you need to install the Xerces parser. Download the Xerces-C 2.2.0 ( 32 bit binary release) from:
   <a href="http://xml.apache.org/xerces-c/download.cgi">http://xml.apache.org/xerces-c/download.cgi</a> <br> <br>
   
  -Extract the Xerces-C 2.2.0 binary version. We will refer to this folder as [XERCES_EXTRACT].</p>
  +Extract the Xerces-C 2.2.0 binary version. We will refer to this folder as [Xerces_Folder].</p>
   
   <p><a name=#apache"></a></p>  
   <h1> Installation with Apache 1.3.X/2.X web server</h1>
  @@ -86,50 +86,50 @@
   <p>Steps: <br>
   <br>
   
  -1. Install apache web server and locate the installation folder(For the default installation (apache 1.3.X) the path is "C:\Program Files\Apache Group\Apache"  and for apache 2.X the path is  "C:\Program Files\Apache Group\Apache2" ). Lets say this folder is APACHE_FOLDER. <br>
  +1. Install apache web server and locate the installation folder(For the default installation (apache 1.3.X) the path is "C:\Program Files\Apache Group\Apache"  and for apache 2.X the path is  "C:\Program Files\Apache Group\Apache2" ). Lets say this folder is [Apache_Folder]. <br>
   <br>
   
  -2. Unzip the binary distribution to a folder of your choice. Say this folder is AXIS_EXTRACT.<br>
  +2. Unzip the binary distribution to a folder of your choice. Say this folder is Axis_Extract.<br>
   <br>
   
  -3. Inside the extracted folder AXIS_EXTRACT there is a sub folder called deploy. Copy the whole deploy folder to APACHE_FOLDER.<br>
  +3. Inside the extracted folder Axis_Extract there is a sub folder called deploy. Copy the whole deploy folder to [Apache_Folder].<br>
   <br>
   
  -4. Rename copied "deploy" folder to "Axis". Lets say this folder is  AXIS_FOLDER.<br>
  +4. Rename copied "deploy" folder to "Axis". Lets say this folder is  [Axis_Folder].<br>
   <br>
   
   5. Set environment variable AXISCPP_DEPLOY to point to above folder.<br>
   <br>
   
  -6. Add AXIS_FOLDER/lib to the PATH environment variable.<br>
  +6. Add [Axis_Folder]/lib to the PATH environment variable.<br>
   <br>
   
  -7. Add the following lines to the bottom of Apache configuration file httpd.conf located in APACHE_FOLDER/conf <br> 
  +7. Add the following lines to the bottom of Apache configuration file httpd.conf located in [Apache_Folder]/conf <br> 
   <br>
  -LoadModule axis_module modules/AXISMODULE<br>
  +LoadModule axis_module modules/[Axis_Module]<br>
   &lt;Location /axis&gt;<br>
   SetHandler axis <br>
   &lt;/Location&gt;<br> <br>
   
  -AXISMODULE is either mod_axis.dll for apache 1.3.X or mod_axis2.dll for apache 2.X. <br>
  +[Axis_Module] is either mod_axis.dll for apache 1.3.X or mod_axis2.dll for apache 2.X. <br>
   <br>
   
  -8. Copy AXISMODULE from AXIS_EXTRACT/bin folder to APACHE_FOLDER/modules folder.<br> <br>
  +8. Copy [Axis_Module]  from Axis_Extract/bin folder to [Apache_Folder]/modules folder.<br> <br>
   
  -9. Copy AxisServer.dll and AxisTransport.dll from AXIS_EXTRACT/bin folder  to AXIS_FOLDER/lib <br>
  +9. Copy AxisServer.dll and AxisTransport.dll from Axis_Extract/bin folder  to [Axis_Folder]/lib <br>
   <br>
   
  -10.If you want to use the Expat parser with Axis C++, rename AxisXMLParser_Expat.dll (which is located at AXIS_EXTRACT/bin) to AxisXMLParser.dll and copy it to AXIS_FOLDER/lib <br>
  +10.If you want to use the Expat parser with Axis C++, rename AxisXMLParser_Expat.dll (which is located at Axis_Extract/bin ) to AxisXMLParser.dll and copy it to [Axis_Folder]/lib <br>
   <br> 
   
  -11.If you want to use the Xerces parser with Axis C++, rename AxisXMLParser_Xerces.dll (which is located at AXIS_EXTRACT/bin) to AxisXMLParser.dll and copy it to AXIS_FOLDER/lib </p>
  +11.If you want to use the Xerces parser with Axis C++, rename AxisXMLParser_Xerces.dll (which is located at Axis_Extract/bin ) to AxisXMLParser.dll and copy it to [Axis_Folder]/lib </p>
   <br>
  -<p><li>Copy libexpat.dll file from [EXPAT_EXTRACT]\Libs to AXIS_FOLDER/lib/ </li> 
  - <li>Copy xerces-c_2_2_0.dll from [XERCES_EXTRACT]/bin/ to AXIS_FOLDER/lib/ </li> 
  +<p><li>Copy libexpat.dll file from [Expat_Folder]\Libs to [Axis_Folder]/lib/ </li> 
  + <li>Copy xerces-c_2_2_0.dll from [Xerces_Folder]/bin/ to [Axis_Folder]/lib/ </li> 
    </p> <br> <br>
   <p><b>Note:</b> This could also be done by editing the axiscpp.conf. <br>
   
  -12. Open the AXIS_FOLDER/axiscpp.conf_win for editing. The contents of the file will look as follows.<br> <br>
  +12. Open the [Axis_Folder]/axiscpp.conf_win for editing. The contents of the file will look as follows.<br> <br>
   
   LogPath:XXXX <br>
   WSDDFilePath:YYYY <br>
  @@ -140,17 +140,17 @@
   
   i.e. <br> <br>
   
  -LogPath: [APACHE_HOME]\Axis\logs\AxisLog <br>
  -WSDDFilePath: [APACHE_HOME]\Axis\conf\server.wsdd <br>
  -XMLParser:[APACHE_HOME]\Axis\lib\AxisXMLParser.dll <br>
  -Transport_http:[APACHE_HOME]\Axis\lib\AxisTransport.dll<br> <br>
  +LogPath: [Apache_Folder]\Axis\logs\AxisLog <br>
  +WSDDFilePath: [Apache_Folder]\Axis\conf\server.wsdd <br>
  +XMLParser:[Apache_Folder]\Axis\lib\AxisXMLParser.dll <br>
  +Transport_http:[Apache_Folder]\Axis\lib\AxisTransport.dll<br> <br>
   
  -server.wsdd is located at [APACHE_HOME]\Axis\conf\ for Apache 1.3 and Apache 2. (There will be three wsdd files in the [APACHE_HOME]\Axis\conf\ rename the relevant wsdd file of your platform to server.wsdd).<br> <br>
  +server.wsdd is located at [Apache_Folder]\Axis\conf\ for Apache 1.3 and Apache 2. (There will be three wsdd files in the [Apache_Folder]\Axis\conf\ rename the relevant wsdd file of your platform to server.wsdd).<br> <br>
   
   Also in order to run the provided samples do the following.<br> <br>
   Open server.wsdd for editing. For each service element, locate the element "parameter name", which has the value "classname". <br>
   Give the absolute path of the indicated webservice.dll  in the "value" attribute <br>  <br>
  -Rename axiscpp.conf_win which is in AXIS_FOLDER to axiscpp.conf <br> <br>
  +Rename axiscpp.conf_win which is in [Axis_Folder] to axiscpp.conf <br> <br>
   
   13. Restart the apache web server. If you have done correctly apache server will start without giving any error.</p> 
   <br> 
  @@ -179,22 +179,22 @@
   
   <p>STEPS:</p>
   <p>
  -1. Create a folder of your choice. We will call this folder as SIMPLE_AXIS_SERVER_FOLDER.<br> <br>
  -2. Unzip the binary distribution to a folder of your choice. Say this folder is AXIS_EXTRACT.<br> <br>
  -3. Inside the extracted folder AXIS_EXTRACT there is a sub folder called deploy. Copy the whole deploy folder to  SIMPLE_AXIS_SERVER_FOLDER.<br> <br>
  -4. Rename copied "deploy" folder to "Axis". Lets say this folder is AXIS_FOLDER.<br> <br>
  -5. Set environment variable AXISCPP_DEPLOY to point to above AXIS_FOLDER.<br> <br>
  -6. Add AXIS_FOLDER/lib to the PATH environment variable.<br> <br>
  -7. Copy the SimpleAxisServer.exe from AXIS_EXTRACT/bin to the SIMPLE_AXIS_SERVER_FOLDER.<br> <br>
  -8. Copy AxisServer.dll and AxisTransport.dll from AXIS_EXTRACT/bin folder to AXIS_FOLDER/lib <br> <br>
  -9.If you want to use the Expat parser with Axis C++, rename AxisXMLParser_Expat.dll (which is located at  AXIS_EXTRACT/bin) to AxisXMLParser.dll and copy it to AXIS_FOLDER/lib <br> <br>
  -10.If you want to use the Xerces parser with Axis C++, rename AxisXMLParser_Xerces.dll (which is located at  AXIS_EXTRACT/bin) to AxisXMLParser.dll and copy it to AXIS_FOLDER/lib <br> <br>
  -11.If you are using Expat parser then copy libexpat.dll from [EXPAT_EXTRACT]/Libs and paste it in AXIS_FOLDER/lib.<br> <br>
  -If you are using Xerces parser then copy xerces-c_2_2_0.dll from [XERCES_EXTRACT]/bin and paste it in AXIS_FOLDER/lib. <br> <br>  
  +1. Create a folder of your choice. We will call this folder as Simple_Axis_Server_Folder.<br> <br>
  +2. Unzip the binary distribution to a folder of your choice. Say this folder is Axis_Extract.<br> <br>
  +3. Inside the extracted folder Axis_Extract there is a sub folder called deploy. Copy the whole deploy folder to  Simple_Axis_Server_Folder.<br> <br>
  +4. Rename copied "deploy" folder to "Axis". Lets say this folder is [Axis_Folder].<br> <br>
  +5. Set environment variable AXISCPP_DEPLOY to point to above [Axis_Folder].<br> <br>
  +6. Add [Axis_Folder]/lib to the PATH environment variable.<br> <br>
  +7. Copy the SimpleAxisServer.exe from Axis_Extract/bin to the Simple_Axis_Server_Folder.<br> <br>
  +8. Copy AxisServer.dll and AxisTransport.dll from Axis_Extract/bin folder to [Axis_Folder]/lib <br> <br>
  +9.If you want to use the Expat parser with Axis C++, rename AxisXMLParser_Expat.dll (which is located at  Axis_Extract/bin) to AxisXMLParser.dll and copy it to [Axis_Folder]/lib <br> <br>
  +10.If you want to use the Xerces parser with Axis C++, rename AxisXMLParser_Xerces.dll (which is located at  Axis_Extract/bin) to AxisXMLParser.dll and copy it to [Axis_Folder]/lib <br> <br>
  +11.If you are using Expat parser then copy libexpat.dll from [Expat_Folder]/Libs and paste it in [Axis_Folder]/lib.<br> <br>
  +If you are using Xerces parser then copy xerces-c_2_2_0.dll from [Xerces_Folder]/bin and paste it in [Axis_Folder]/lib. <br> <br>  
   </p>
   <p><b>Note:</b> This could also be done by editing the axiscpp.conf. <br>
   
  -12. Open the AXIS_FOLDER/axiscpp.conf_win for editing. The contents of the file will look as follows.<br> <br>
  +12. Open the [Axis_Folder]/axiscpp.conf_win for editing. The contents of the file will look as follows.<br> <br>
   
   LogPath:XXXX <br>
   WSDDFilePath:YYYY <br>
  @@ -205,10 +205,10 @@
   
   i.e. <br> <br>
   
  -LogPath: [APACHE_HOME]\Axis\logs\AxisLog <br>
  -WSDDFilePath: [APACHE_HOME]\Axis\conf\server.wsdd <br>
  -XMLParser:[AXIS_FOLDER]\lib\AxisXMLParser.dll<br>
  -Transport_http:[AXIS_FOLDER]\lib\AxisTransport.dll<br> <br>
  +LogPath: [Apache_Folder]\Axis\logs\AxisLog <br>
  +WSDDFilePath: [Apache_Folder]\Axis\conf\server.wsdd <br>
  +XMLParser:[Axis_Folder]\lib\AxisXMLParser.dll<br>
  +Transport_http:[Axis_Folder]\lib\AxisTransport.dll<br> <br>
   
   Rename axiscpp.conf_win to axiscpp.conf.
   
  @@ -219,7 +219,7 @@
   <br> <br>
   
   Also in order to run the provided samples do the following.<br> <br>
  -Open server.wsdd for editing. server.wsdd is located at [AXIS_FOLDER]\conf\ rename the wsdd file of your platform to server.wsdd. For each service element, locate the element "parameter name", which has the value "classname". <br>
  +Open server.wsdd for editing. server.wsdd is located at [Axis_Folder]\conf\ rename the wsdd file of your platform to server.wsdd. For each service element, locate the element "parameter name", which has the value "classname". <br>
   Give the absolute path of the indicated webservice.dll  in the "value" attribute <br>  <br>
   
   14. Restart the SimpleAxisServer.If you have done correctly then SimpleAxisServer will start without giving any error. <br>
  @@ -232,7 +232,7 @@
   
   <p>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. <a href="http://localhost/axis">http://localhost/axis</a> <br> <br>
   
  -You will find the built console applications at AXIS/bin directory. Following are the built .exe files. <br> <br>
  +You will find the built console applications at [Axis_Folder]/bin directory. Following are the built .exe files. <br> <br>
   1.base.exe <br>
   2.cbase.exe <br>
   3.doclitbase.exe <br>
  @@ -244,7 +244,7 @@
   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.<br> <br>
   
   You can run the provided client programs to confirm whether the Axis cpp server and clients are working fine. <br> <br>
  -To run these sample client applications you need to have the path to libexpat.dll in the "PATH" environment variable or libexpat.dll should be placed where the apache.exe is.(libexpat.dll can be found in [EXPAT_EXTRACT\libs)<br> <br>
  +To run these sample client applications you need to have the path to libexpat.dll in the "PATH" environment variable or libexpat.dll should be placed where the apache.exe is.(libexpat.dll can be found in [Expat_Folder]\libs)<br> <br>
   <b> Note: These sample clients are compiled with the assumption that server is running at localhost port 80.</b><br>
   <br>
   
  @@ -252,9 +252,9 @@
   
   <h1>Using Visual C++ to play with provided samples.</h1>
   
  -<p>In your AXIS_EXTRACT/samples folder you have the samples.<br> <br>
  - If you are using Visual C++ you can open the workspace file for client applications which are in AXIS_EXTRACT\c\samples\client\interoptests\interoptests.dsw <br> <br>
  - Deployable webservices are in AXIS_EXTRACT\c\samples\server\interoptests\interoptests.dsw and you can play with them. <br> <br>
  +<p>In your Axis_Extract/samples folder you have the samples.<br> <br>
  + If you are using Visual C++ you can open the workspace file for client applications which are in Axis_Extract\c\samples\client\interoptests\interoptests.dsw <br> <br>
  + Deployable webservices are in Axis_Extract\c\samples\server\interoptests\interoptests.dsw and you can play with them. <br> <br>
   There are seven projects in the workspace.
   <br> <br> </p>
   
  
  
  
  1.5       +75 -73    ws-axis/c/docs/windev-guide.html
  
  Index: windev-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/docs/windev-guide.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- windev-guide.html	21 Oct 2004 06:49:25 -0000	1.4
  +++ windev-guide.html	12 Nov 2004 05:06:24 -0000	1.5
  @@ -102,7 +102,7 @@
   The checkout of the repository will be created in the current directory in a
   folder named �ws-axis�<br>
   <br>
  -The checked out folder ws-axis will be referred to as [CHECKOUT_HOME] from
  +The checked out folder ws-axis will be referred to as [Checkout_Folder] from
   this point on.<br></p>
   
   <p><a name="getapacheexpat"></a></p>
  @@ -137,7 +137,7 @@
   <br>
   <p>Run the file
   xerces-c2_2_0-win32.The folder to which Xerces is unzipped will be
  -referred to as [XERCES_EXTRACT] from this point onwards.</p>
  +referred to as [Xerces_Folder] from this point onwards.</p>
   
   <br>
   
  @@ -145,14 +145,14 @@
   <br>
   <p>Run the file
   expat_win32bin_1_95_7.exe . The folder to which Expat is unzipped will be
  -referred to as [EXPAT_EXTRACT] from this point onwards.</p>
  +referred to as [Expat_Folder] from this point onwards.</p>
   
   <br>
   <p><b>Apache</b></p>
   <br>
   <p>Install the Apache web server. By default Apache 1.3.X is installed in
   "C:\Program Files\Apache Group\Apache" and Apache 2.X in "C:\Program
  -Files\Apache Group\Apache2". These locations will be referred to as [APACHE_HOME]
  +Files\Apache Group\Apache2". These locations will be referred to as [Apache_Folder]
   from this point onwards.</p>
   
   
  @@ -164,42 +164,42 @@
   <h2>Setting up the build environment and building Axis</h2>
   <br>
   <P><b>For Expat Parser</b></p>
  -<p>1) Copy [EXPAT_EXTRACT]\source\lib\expat.h from expat binary distribution to [CHECKOUT_HOME]\c\include\expat\ directory <br>
  +<p>1) Copy [Expat_Folder]\source\lib\expat.h from expat binary distribution to [Checkout_Folder]\c\include\expat\ directory <br>
   <br>
  -2) Copy [EXPAT_EXTRACT]\lib\libexpat.lib to [CHECKOUT_HOME]\c\lib\expat\ directory.</p>
  +2) Copy [Expat_Folder]\lib\libexpat.lib to [Checkout_Folder]\c\lib\expat\ directory.</p>
   
   <br> <br>
   <p><b>For Xerces Parser</b></p>
  -<p>1) Copy [XERCES_EXTRACT]\lib\xerces-c_2.lib to [CHECKOUT_HOME]\c\lib\xerces\ directory.</p>
  -<p>2) Copy [XERCES_EXTRACT]\include\xercesc to [CHECKOUT_HOME]\c\include\xerces\ directory. </p>
  +<p>1) Copy [Xerces_Folder]\lib\xerces-c_2.lib to [Checkout_Folder]\c\lib\xerces\ directory.</p>
  +<p>2) Copy [Xerces_Folder]\include\xercesc to [Checkout_Folder]\c\include\xerces\ directory. </p>
   
   
   <p><b>For apache 1.3.X:</b></p>
   
   
  -<p>1) Copy the include files in "[APACHE_HOME]\include" directory to
  -"[CHECKOUT_HOME] \c\include\apache1_3\"
  +<p>1) Copy the include files in "[Apache_Folder]\include" directory to
  +"[Checkout_Folder]\c\include\apache1_3\"
   
   <br><br>
  -2) Copy the ApacheCore.lib file from [APACHE_HOME]\libexec
  -to [CHECKOUT_HOME]\c\lib\apache1_3.</p>
  +2) Copy the ApacheCore.lib file from [Apache_Folder]\libexec
  +to [Checkout_Folder]\c\lib\apache1_3.</p>
   <br>
   
   <p><b>For apache 2.X:</b></p>
   
   
   
  -<p>1) Copy the include files in "[APACHE_HOME]\include" directory to
  -"[CHECKOUT_HOME]\c\include\apache2_0\"<br><br>
  +<p>1) Copy the include files in "[Apache_Folder]\include" directory to
  +"[Checkout_Folder]\c\include\apache2_0\"<br><br>
   
    2) Copy the following lib files libapr.lib, libhttpd.lib files from
  -"[APACHE_HOME]\lib" to "[CHECKOUT_HOME]\c\lib\apache2_0".<br>
  +"[Apache_Folder]\lib" to "[Checkout_Folder]\c\lib\apache2_0".<br>
   </p>
   <br>
   
   <p><b>Building the AxisServer and AxisClient dlls </b> </p>
   <br>
  -<p>Build the AxisServer and AxisClient projects.(Click on file in Visual C++ ,open Visual C++ Distribution workspace (Distribution.dsw) at [CHECKOUT_HOME]\c\vc\.
  +<p>Build the AxisServer and AxisClient projects.(Click on file in Visual C++ ,open Visual C++ Distribution workspace (Distribution.dsw) at [Checkout_Folder]\c\vc\.
   In the workspace window, File View, right click on  the AxisServer project and AxisClient project ).Which will build the AxisServer.dll and AxisClient.dll </p>
   
   <br>
  @@ -207,7 +207,7 @@
   <p>
    In Visual C++ (The version used for this documentation was Visual C++ 6.0)
   click on file ,open Visual C++ Distribution workspace (Distribution.dsw) at
  -[CHECKOUT_HOME]\c\vc\.
  +[Checkout_Folder]\c\vc\.
   In the workspace window, File View, right click on either the project "Apache1_3Module files" or
   "Apache2_0Module files" and click on the "Set as Active Project" to make it the Active
   Project.<br> <br>
  @@ -216,14 +216,14 @@
   "Apache2_0Module" in the workspace window, File View, and then click on Settings in
   the popup menu. Select the link tab. Select General from the Category drop
   down list. In the Output file name text box put the value
  -[APACHE_HOME]\modules\mod_axis.dll and click OK.(To build a Apache Module, AxisServer.lib should be in the settings Link tab ) </p>
  +[Checkout_Folder]\modules\mod_axis.dll and click OK.(To build a Apache Module, AxisServer.lib should be in the settings Link tab ) </p>
   
   <p>Build either Apache1_3Module or Apache2_0Module project.
   In Visual C++ right click on either the project "Apache1_3Module" or
   "Apache2_0Module" in the workspace window, File View and click "build (selection only)"
   to build mod_axis.dll for Apache1_3Module or mod_axis2.dll for Apache2_0Module.
   <br><br>
  -(From here onwards we refer to these modules as APACHE_MODULE. Replace it 
  +(From here onwards we refer to these modules as Apache_Module. Replace it 
   with the correct module for the Apache server version that you have installed). Then build SimpleAxisServer.  
   
   &nbsp;</p>
  @@ -235,37 +235,37 @@
   
   <br>
   <p><b> Building AxisTransport.dll  and AxisXMLParser.dll</b>
  -<br>Build the AxisTransport and AxisXMLParser projects. Which will build the AxisTransport.dll and AxisXMLParser.dll in [CHECKOUT_HOME]\c\bin. </p>
  +<br>Build the AxisTransport and AxisXMLParser projects. Which will build the AxisTransport.dll and AxisXMLParser.dll in [Checkout_Folder]\c\bin. </p>
   <p>(When the projects are built in Debug mode then the Dlls will appear as AxisTransport_D and AxisXMLParser_D.dll)</p> 
   <p><a name="deployaxis"></a></p>
   
   
   <h2>Deploying Axis in Apache</h2>
   <br>
  -<p>1) Create a directory structure called "Axis" inside [APACHE_HOME] as
  +<p>1) Create a directory structure called "Axis" inside [Apache_Folder] as
   follows.
   <br>
  -(Instead, you can copy the folder [CHECKOUT_HOME]\c\deploy to [APACHE_HOME] and rename it to 
  +(Instead, you can copy the folder [Checkout_Folder]\c\deploy to [Apache_Folder] and rename it to 
   "Axis" and you will find some of the files that you are asked to create in this guide,
   already existing in that folder)
   <br>
   <br>
   Axis<br>
  -|__ lib (Copy [EXPAT_EXTRACT]\Libs\libexpat.dll or <br> &nbsp &nbsp [XERCES_EXTRACT]\bin\xerces-c_2_2_0.dll and paste it inside)<br>
  +|__ lib (Copy [Expat_Folder]\Libs\libexpat.dll or <br> &nbsp &nbsp [Xerces_Folder]\bin\xerces-c_2_2_0.dll and paste it inside)<br>
   |__ logs (log files are located here)<br>
   |__ conf (server.wsdd file is located here)<br>
   |__ webservices (The place to put webservice dlls)<br>
   |__ wsdls (wsdl files of the deployed web services are located here)<br>
   
   <br>
  -2) Set an environment variable named AXISCPP_DEPLOY and give [APACHE_HOME]\Axis as
  +2) Set an environment variable named AXISCPP_DEPLOY and give [Apache_Folder]\Axis as
   the value.
   <br>
   
   <br>
  -i)You will find AxisServer.dll and APACHE_MODULE in [CHECKOUT_HOME]\c\bin directory.
  +i)You will find AxisServer.dll and Apache_Module in [Checkout_Folder]\c\bin directory.
   <br>
  -ii)Copy APACHE_MODULE to [APACHE_HOME]\modules directory of your apache installation.
  +ii)Copy Apache_Module to [Apache_Folder]\modules directory of your apache installation.
   <br>
   <p>Copy AxisServer.dll ,AxisTransport.dll and AxisXMLParser.dll to [AXISCPP_DEPLOY]\lib\ directory and add that directory to your PATH environment variable.Or to any location specified by your PATH environment variable.</p>    
   
  @@ -273,16 +273,16 @@
   <p>3) Set the "PATH" environment variable to the following directories.
   
   <br>
  -[APACHE_HOME]<br>
  -[APACHE_HOME]\Axis\lib<br>
  +[Apache_Folder]<br>
  +[Apache_Folder]\Axis\lib<br>
   <br> 
   
  -4) Include the following lines at the bottom of the apache configuration file [APACHE_HOME]\conf\httpd.conf 
  +4) Include the following lines at the bottom of the apache configuration file [Apache_Folder]\conf\httpd.conf 
   <br>
   
   
   <br>
  -LoadModule axis_module modules/APACHE_MODULE
  +LoadModule axis_module modules/Apache_Module 
   
   <br>
   &lt;Location /axis&gt;
  @@ -294,7 +294,7 @@
   &lt;/Location&gt;
   <br>
   <br>
  -5) Create a file in [APACHE_HOME]\Axis named "axiscpp.conf" which should
  +5) Create a file in [Apache_Folder]\Axis named "axiscpp.conf" which should
   contain the following lines.
   
   <br>
  @@ -311,17 +311,17 @@
   is the path to the server.wsdd file.ZZZZ is the path to AxisTransport.dll if it's a HTTP(if the selected transport is SMTP then should give that path.)WWWW is the path to AxisXMLParser.dll<br>
   <br>
   i.e.<br>
  -LogPath:[APACHE_HOME]\Axis\logs\AxisLog.log  
  +LogPath:[Apache_Folder]\Axis\logs\AxisLog.log  
   
   <br>
  -WSDDFilePath:[APACHE_HOME]\Axis\conf\server.wsdd <br>
  -Transport_http:[APACHE_HOME]\Axis\lib\AxisTransport.dll <br>
  -XMLParser:[APACHE_HOME]\Axis\lib\AxisXMLParser.dll</p>  
  +WSDDFilePath:[Apache_Folder]\Axis\conf\server.wsdd <br>
  +Transport_http:[Apache_Folder]\Axis\lib\AxisTransport.dll <br>
  +XMLParser:[Apache_Folder]\Axis\lib\AxisXMLParser.dll</p>  
   
   <p><b>Note:If the AxisTransport.dll and AxisXMLParser.dll paths are not given in axiscpp.conf then the hardcoded values will be used.For that set the path of these two in the PATH environment variable or copy them to the same location as the Client.exe.</b></p>
   <br> <br>
   
  -<p> <b>Note:  Make sure that if you are using Expat that libexpat.dll ([EXPAT_EXTRACT]\Libs\) file is pasted in %AXISCPP_DEPLOY%/lib/ and if you are using Xerces that xerces-c_2_2_0.dll  ([XERCES_EXTRACT]\bin) is pasted in %AXISCPP_DEPLOY%/lib/ </b> </p>
  +<p> <b>Note:  Make sure that if you are using Expat that libexpat.dll ([Expat_Folder]\Libs\) file is pasted in %AXISCPP_DEPLOY%/lib/ and if you are using Xerces that xerces-c_2_2_0.dll  ([Xerces_Folder]\bin) is pasted in %AXISCPP_DEPLOY%/lib/ </b> </p>
   
   
   <p>6) Select start-&gt;programs-&gt;Apache HTTP server-&gt;Control Apache
  @@ -385,7 +385,7 @@
   dialog" keep the "use default" Tick Box checked.
   <br>
   Note down the path in the "Directory" Text Box. This location will be
  -referred to as [SKELSTUB_HOME] from this point onwards. Click "Next".<br>
  +referred to as [Skelstub_Folder] from this point onwards. Click "Next".<br>
   
   
   <br>
  @@ -421,8 +421,8 @@
   <br>
   Click �Finish� on the �New� dialog.<br>
   <br>
  -2) Copy the �org� folder inside [CHECKOUT_HOME]\c\src\wsdl to
  -[SKELSTUB_HOME]\src. The �org� folder contains the package structure for the
  +2) Copy the �org� folder inside [Checkout_Folder]\c\src\wsdl to
  +[Skelstub_Folder]\src. The �org� folder contains the package structure for the
   WSDL2Ws java tool.<br><br>
   3) Go to eclipse and right click on the �Package Explorer� window and click
   on �Refresh� in the popup menu that appears. Now you should be able to see
  @@ -432,10 +432,10 @@
   
   <br>
   For this demonstration we will use a Calculator web service and the WSDL file
  -the web service is located at [CHECKOUT_HOME]\c\samples\server\simple.<br>
  +the web service is located at [Checkout_Folder]\c\samples\server\simple.<br>
   
   <br>
  -Copy the Calculator.wsdl to [SKELSTUB_HOME]<br>
  +Copy the Calculator.wsdl to [Skelstub_Folder]<br>
   
   
   <br>
  @@ -451,7 +451,7 @@
   <br>
   &nbsp;</p>
   
  -<p><img border="0" src="images/main_class.jpg" width="627" height="340"></p>
  +<p><img border="0" src="images/c/main_class.jpg" width="627" height="340"></p>
   
   <p>Select the �Arguments� tab.</p>
   
  @@ -461,7 +461,7 @@
   <p>�Calculator.wsdl -o./ServerOut
   -lc++ -sserver�.</p>
   
  -<p><img border="0" src="images/argument.jpg" width="626" height="272"></p>
  +<p><img border="0" src="images/c/argument.jpg" width="626" height="272"></p>
   
   <p><b>NOTE: These are the arguments for the java tool WSDL2Ws. The usage of the
   WSDL2Ws is as follows.</b><br>
  @@ -474,13 +474,13 @@
   Now the Skeletons/Wrappers will be generated and you will see messages in the
   eclipse console displaying the generated files. The generated
   Skeletons/Wrappers will be created in a folder named
  -[SKELSTUB_HOME]\ServerOut as given in the arguments when you  run the tool.<br>
  +[Skelstub_Folder]\ServerOut as given in the arguments when you  run the tool.<br>
   <br>
   Similarly to generate the client stubs use the following arguments in eclipse
   and run.<br>
   �Calculator.wsdl -o./ClientOut -lc++ -sclient�.<br>
   The generated Stubs will be created in a folder named
  -[SKELSTUB_HOME]\ClientOut.<br>
  +[Skelstub_Folder]\ClientOut.<br>
   &nbsp;</p>
   
   <p><a name="commandline"></a></p>
  @@ -512,8 +512,8 @@
   xml-apis.jar
   <br><br>
   Open a command window.<br> <br>
  -Change directory to [CHECKOUT_HOME]\c\src\wsdl.<br>
  -We will refer to this directory as [SKELSTUB_HOME] as we did during generating Skeletons/Wrappers and Stubs with eclipse.
  +Change directory to [Checkout_Folder]\c\src\wsdl.<br>
  +We will refer to this directory as [Skelstub_Folder] as we did during generating Skeletons/Wrappers and Stubs with eclipse.
   <br> <br>
   Run the following command to build the java tool.
   <br><b>
  @@ -525,11 +525,11 @@
   If the command finishes without any output then the java tool has been
   built.<br>
   <br>
  -Now copy the Calculator.wsdl file in [CHECKOUT_HOME]\c\samples\server\simple, 
  -which we use in this example to [SKELSTUB_HOME]<br>
  +Now copy the Calculator.wsdl file in [Checkout_Folder]\c\samples\server\simple, 
  +which we use in this example to [Skelstub_Folder]<br>
   <br>
   Now run the following command to generate the server side skeletons and
  -wrappers in the same [SKELSTUB_HOME].<br>
  +wrappers in the same [Skelstub_Folder].<br>
   <br>
   Java -classpath .;%classpath% org.apache.axis.wsdl.wsdl2ws.WSDL2Ws Calculator.wsdl -o./ServerOut -lc++ -sserver<br>
   <br>
  @@ -537,13 +537,13 @@
   <br><br>
   If the tool is successful it will display the files it has
   generated. The skeletons and stubs will be generated in
  -[SKELSTUB_HOME]\ServerOut.<br>
  +[Skelstub_Folder]\ServerOut.<br>
   <br>
   Run the following command to generate the client stubs.<br>
   <br>
   Java -classpath .;%classpath% org.apache.axis.wsdl.wsdl2ws.WSDL2Ws Calculator.wsdl -o./ClientOut -lc++ -sclient<br>
   <br>
  -The generated client stubs will be in [SKELSTUB_HOME]\ClientOut<br>
  +The generated client stubs will be in [Skelstub_Folder]\ClientOut<br>
   
   </p>
   
  @@ -571,11 +571,11 @@
   8) Right click on the project that you created (i.e. ws1) and click �Add
   Files to Project�� on the menu that appears. In the �Insert Files into
   Project� dialog select the generated .cpp and .h files in
  -[SKELSTUB_HOME]\ServerOut and click �OK�.<br>
  +[Skelstub_Folder]\ServerOut and click �OK�.<br>
   <br>9) Right click on the project (i.e. ws1)again and click on �Settings�� on
   the menu that appears. Click the C/C++ tab and select �Preprocessor� from the
   �Category� Drop down list.
  -Add Axis include directory [CHECKOUT_HOME]c\include\ to the project In the 
  +Add Axis include directory [Checkout_Folder]c\include\ to the project In the 
   �Additional include directories�<br>
   
   <br>10) Now add the business logic to the generated Skeletons. The Skeletons in this case are Calculator.h
  @@ -597,9 +597,9 @@
   <br>
   13) The ws1.dll will be built in "ws1\Debug" by Visual
   C++<br><br>
  -14) Place the built ws1.dll file in [APACHE_HOME]\Axis\webservices<br><br>
  +14) Place the built ws1.dll file in [Apache_Folder]\Axis\webservices<br><br>
   15) In addition to this create server.wsdd file in
  -[APACHE_HOME]\Axis\conf<br>
  +[Apache_Folder]\Axis\conf<br>
   <br>
   The server.wsdd file for this example is
   given below</p>
  @@ -613,8 +613,8 @@
   &lt;/service&gt;
   &lt;/deployment&gt;</pre>
   
  -<p>In this file [APACHE_HOME] has to be replaced with the actual value of
  -[APACHE_HOME] (i.e. In this case "C:\Program Files\Apache Group\Apache" for
  +<p>In this file [Apache_Folder] has to be replaced with the actual value of
  +[Apache_Folder] (i.e. In this case "C:\Program Files\Apache Group\Apache" for
   apache 1.3.x and "C:\Program Files\Apache Group\Apache2" for apache 2.x)<br>
   <br>
   <b>Description of the server.wsdd file</b><br>
  @@ -671,13 +671,13 @@
   then �OK�.
   <br> <br>
   8) Right click on the project that you created (i.e. ws1) and click �Add
  -Files to Project�� on the menu that appears.Then Add the generated .cpp and .h files from the [SKELSTUB_HOME]\ClientOut to the project and click �OK�.
  +Files to Project�� on the menu that appears.Then Add the generated .cpp and .h files from the [Skelstub_Folder]\ClientOut to the project and click �OK�.
   
   <br> <br>
   9) Right click on the project (i.e. calclient) again and click on
   �Settings�� on the menu that appears. Click the �C/C++� tab and select
   �Preprocessor� from the �Category� Drop down list.<br>
  -In the �Additional include directories� give [CHECKOUT_HOME]c\include as the include path.<br>
  +In the �Additional include directories� give [Checkout_Folder]c\include as the include path.<br>
   </p>
   
   
  @@ -686,7 +686,7 @@
   
   
   <br>Add AxisClient.lib to the �Object/library modules� and in the �Additional library path� give the path.
  -AxisClient.lib can be found in [CHECKOUT_HOME]\c\bin once you build the AxisClient,AxisTransport,AxisXMLParserXerces or AxisXMLParserExpat  projects
  +AxisClient.lib can be found in [Checkout_Folder]\c\bin once you build the AxisClient,AxisTransport,AxisXMLParserXerces or AxisXMLParserExpat  projects
   of the "Distribution" VC workspace.
   <br>
   
  @@ -730,28 +730,28 @@
   <P><a name="providedservices"></a></p>
   <h2>Building and deploying the provided samples of interop web services</h2>
   <p>
  -<br>1) Open the Visual C++ workspace (interoptests.dsw) at [CHECKOUT_HOME]\c\vc\samples\server\interoptests\  and do a batch build of all projects.<br>
  -<br>2) You will find the built dynamic libraries at [CHECKOUT_HOME]\c\bin directory. Following are the built DLLs.<br>
  +<br>1) Open the Visual C++ workspace (interoptests.dsw) at [Checkout_Folder]\c\vc\samples\server\interoptests\  and do a batch build of all projects.<br>
  +<br>2) You will find the built dynamic libraries at [Checkout_Folder]\c\bin directory. Following are the built DLLs.<br>
   <br>base.dll
   <br>cbase.dll
   <br>cGroupB.dll
   <br>doclitbase.dll
   <br>doclitgroupB.dll
   <br>groupB.dll <br>
  -<br>3) Copy these dlls to [APACHE_HOME]\Axis\webservices <br>
  -<br>4) Add the required entries to the server.wsdd file in [APACHE_HOME]\Axis\conf to deploy these
  +<br>3) Copy these dlls to [Apache_Folder]\Axis\webservices <br>
  +<br>4) Add the required entries to the server.wsdd file in [Apache_Folder]\Axis\conf to deploy these
   interop services.
  -You can find the required entries in the [CHECKOUT_HOME]\c\deploy\conf\server.wsdd_win file.
  +You can find the required entries in the [Checkout_Folder]\c\deploy\conf\server.wsdd_win file.
   You will need to modify the "value" of the "classname" parameter of each service to point to
  -the relevant web service dll given above in [APACHE_HOME]\Axis\webservices.
  +the relevant web service dll given above in [Apache_Folder]\Axis\webservices.
   </p>
   
   <p><a name="providedclients"></a></p>
   <h2>Building and running the provided interop client applications</h2>
   <p>
  -<br>1) Open the Visual C++ workspace (interoptests.dsw) at [CHECKOUT_HOME]\c\vc\samples\client\interoptests\ and do a batch build of all projects.<br>
  -<br>2) You need to build the AxisClient project in the "Distribution" workspace at [CHECKOUT_HOME]\c\vc\, because you need the AxisClient.lib to compile client applications and AxisClient.dll to run them.<br>
  -<br>3) You will find the built console applications and AxisClient.dll at [CHECKOUT_HOME]\c\bin directory. Following are the built .exe files. <br> <br>
  +<br>1) Open the Visual C++ workspace (interoptests.dsw) at [Checkout_Folder]\c\vc\samples\client\interoptests\ and do a batch build of all projects.<br>
  +<br>2) You need to build the AxisClient project in the "Distribution" workspace at [Checkout_Folder]\c\vc\, because you need the AxisClient.lib to compile client applications and AxisClient.dll to run them.<br>
  +<br>3) You will find the built console applications and AxisClient.dll at [Checkout_Folder]\c\bin directory. Following are the built .exe files. <br> <br>
   	base.exe <br>
   	cbase.exe<br>
   	cgroupB.exe<br>
  @@ -763,7 +763,7 @@
   
   <p><a name="transport"></a></p>
   <h2>Creating and Building your own transport layer</h2>
  -<img border="0" src="images/transport.jpg">
  +<img border="0" src="images/c/parserd/transport.jpg">
   
   <p>When creating your own transport layer refer  SoapTransport.h header file for API.To see an example implementation refer AxisTransport.h and AxisTransport.cpp</p>
   <p>Implement SoapTransport.h interface according to rules described in the header file.
  @@ -774,18 +774,20 @@
   
   <p><a name="parser"></a></p>
   <h2>Creating and Building your own parser</h2>
  -<img border="0" src="images/parser.jpg">
  +<img border="0" src="images/c/parserd/parser.jpg">
    
   <p><b>Note:Implement XMLParser.h interface according to the rules described in the header file.</b><br>
   <p>When creating your own parser refer  XMLParser.h header file for API. To see an example implementation refer SoapParserExpat.h,SoapParserExpat.cpp, SoapParserXerces.h and SoapParserXerces.cpp.
   <p>Axis loads the parser dynamic library through following export functions which you also have to implement.</p>
   <p>CreateInstance() - Used by Axis to create an instance of your parser class<br>
      DestroyInstance() - Used by Axis to destroy the created parser class instance </p>
  -<p> Compile your parser code and build a dynamic library. Add the name of your parser library to Axis configuration file (axiscpp.conf) so that Axis can find your library at runtime</p>
  +<p> Compile your parser code and build a dynamic library. Add the name of your parser library to Axis configuration file (axiscpp.conf) so that Axis can find your library at runtime
   
   <div id="pdf" align="right">
   <a href="windev-guide.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" class="skin"><br>
             PDF</a>
  +
  +</p>
   
   </body>
   </html>