roshan 2004/10/20 22:55:39
Modified: targets/axis/cpp 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.23 +96 -113 ws-site/targets/axis/cpp/winuser-guide.pdf
<<Binary file>>
1.23 +2 -2 ws-site/targets/axis/cpp/winuser-guide.html
Index: winuser-guide.html
===================================================================
RCS file: /home/cvs/ws-site/targets/axis/cpp/winuser-guide.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- winuser-guide.html 28 Jul 2004 04:37:46 -0000 1.22
+++ winuser-guide.html 21 Oct 2004 05:55:39 -0000 1.23
@@ -460,7 +460,7 @@
<strong>Configuring the Handler</strong>
</p>
<p>Now edit the AXIS_FOLDER /conf/server.wsdd to include the handler for a
particular service.</p>
-<p><service name="Calculator" provider="CPP:RPC" description="Simple Calculator
Axis C++ Service "><br><requestFlow name="CalculatorHandlers"><br>
<handler name="ESHHandler" type="
AXIS_EXTRACT/bin/echoStringHeaderHandler.dll"><br></handler><br>
</requestFlow><br> <responseFlow name="CalculatorHandlers"><br>
<handler name="ESHHandler" type="
AXIS_EXTRACT/bin/echoStringHeaderHandler.dll"><br> </handler><br>
</responseFlow><br> <parameter name="allowedMethods" value="add sub mul div
"/><br><parameter name="className" value="Axis\webservices\Calculator.dll"
/><br></service></p>
+<p><service name="Calculator" provider="CPP:RPC" description="Simple Calculator
Axis C++ Service "><br><requestFlow name="CalculatorHandlers"><br>
<handler name="ESHHandler"
type="AXIS_EXTRACT/bin/echoStringHeaderHandler.dll"><br></handler><br>
</requestFlow><br> <responseFlow name="CalculatorHandlers"><br>
<handler name="ESHHandler"
type="AXIS_EXTRACT/bin/echoStringHeaderHandler.dll"><br> </handler><br>
</responseFlow><br> <parameter name="allowedMethods" value="add sub mul div
"/><br><parameter name="className" value="Axis\webservices\Calculator.dll"
/><br></service></p>
<p>
<strong>Note: Make sure you specify the correct path of the handler dll in the
server.wsdd file.</strong>
</p>
@@ -481,7 +481,7 @@
<strong>Configuring the Handler</strong>
</p>
<p>Now edit the AXIS_FOLDER /conf/client.wsdd to include the handler for a
particular service.</p>
-<p><service name="Calculator" provider="CPP:DOCUMENT" description="Calculator
web service"><br><requestFlow name="CalculatorHandlers"><br> <handler
name="TestHandler" type="
AXIS_EXTRACT/bin/testHandler.dll"><br></handler><br>
</requestFlow><br></service></p>
+<p><service name="Calculator" provider="CPP:DOCUMENT" description="Calculator
web service"><br><requestFlow name="CalculatorHandlers"><br> <handler
name="TestHandler" type="AXIS_EXTRACT/bin/testHandler.dll"><br></handler><br>
</requestFlow><br></service></p>
<p>
<strong>Note: Make sure you specify the correct path of the handler dll in the
client.wsdd file.</strong>
</p>
1.23 +45 -45 ws-site/targets/axis/cpp/wininstall-guide.pdf
<<Binary file>>
1.26 +9 -6 ws-site/targets/axis/cpp/wininstall-guide.html
Index: wininstall-guide.html
===================================================================
RCS file: /home/cvs/ws-site/targets/axis/cpp/wininstall-guide.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- wininstall-guide.html 20 Oct 2004 04:09:35 -0000 1.25
+++ wininstall-guide.html 21 Oct 2004 05:55:39 -0000 1.26
@@ -380,13 +380,16 @@
</div>
<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>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>
+<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. Start the SimpleAxisServer by providing the port to which it operates.(eg:
c:\SimpleAxisServer>SimpleAxisServer 80)</p>
<p>
<a name="#samples"></a>
</p>