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/10/21 07:56:53 UTC

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

roshan      2004/10/20 22:56:53

  Modified:    c/docs   winuser-guide.pdf winuser-guide.html
                        wininstall-guide.pdf wininstall-guide.html
  Log:
  Edited win user guide & win install guide to make them more user friendly. Changed by Rangika
  
  Revision  Changes    Path
  1.2       +96 -113   ws-axis/c/docs/winuser-guide.pdf
  
  	<<Binary file>>
  
  
  1.3       +8 -7      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- winuser-guide.html	20 Sep 2004 06:08:19 -0000	1.2
  +++ winuser-guide.html	21 Oct 2004 05:56:53 -0000	1.3
  @@ -324,9 +324,9 @@
   <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>ClientWSDDFilePath:Axis\conf\client.wsdd <br> <br>
  -Keep in mind that you have to give the absolute path to the client.wsdd file. <br>
  -for example : C:\Program Files\Apache Group\Apache2\Axis\conf\client.wsdd </p>
  +<p>LogPath:Axis\logs\AxisLog.txt
  +<br>WSDDFilePath:Axis\conf\server.wsdd
  +<br>ClientWSDDFilePath:Axis\conf\client.wsdd</p>
   <b>Testing the sample Handlers</b>
   <p>We have included the following sample Handlers for your reference.</p>
   <p>1)	echoStringHeaderHandler (A server side handler sample)
  @@ -346,7 +346,7 @@
   <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>  
  @@ -354,7 +354,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> 
  @@ -376,14 +376,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 (ClientHandlers.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 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>&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>  
  @@ -404,6 +404,7 @@
   <br>
   b.	testHandler
   (AXIS_EXTRACT/samples/client/testHandler)</p>
  +
   <div id="pdf" align="right">
   <a href="winuser-guide.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" class="skin"><br>
             PDF</a>
  
  
  
  1.5       +45 -45    ws-axis/c/docs/wininstall-guide.pdf
  
  	<<Binary file>>
  
  
  1.6       +13 -7     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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- wininstall-guide.html	20 Oct 2004 04:12:05 -0000	1.5
  +++ wininstall-guide.html	21 Oct 2004 05:56:53 -0000	1.6
  @@ -167,14 +167,19 @@
   
   <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 axis-c-1.1-win32.zip 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 whole deploy folder to SIMPLE_AXIS_SERVER_FOLDER.<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 the above folder.<br> <br>
  -6. Copy the SimpleAxisServer.exe from AXIS_EXTRACT/bin to the SIMPLE_AXIS_SERVER_FOLDER. <br> <br>
  -7. Copy the content of AXIS_FOLDER/lib to the SIMPLE_AXIS_SERVER_FOLDER.<br> <br>
  -8. Start the SimpleAxisServer by providing the port to which it operates.(eg: c:\SimpleAxisServer>SimpleAxisServer 80) </p>
  +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. Start the SimpleAxisServer by providing the port to which it operates.(eg: c:\SimpleAxisServer>SimpleAxisServer 80)
  +
  +</p>
   
   <p><a name="#samples"></a></p>
   <h1>Running Provided Samples</h1>
  @@ -216,6 +221,7 @@
   <div id="pdf" align="right">
   <a href="wininstall-guide.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" class="skin"><br>
             PDF</a>
  +