roshan      2004/10/23 02:28:40

  Modified:    targets/axis/cpp winuser-guide.pdf winuser-guide.html
  Log:
  Edited the winuser guide.
  
  Revision  Changes    Path
  1.24      +139 -120  ws-site/targets/axis/cpp/winuser-guide.pdf
  
        <<Binary file>>
  
  
  1.24      +6 -3      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.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- winuser-guide.html        21 Oct 2004 05:55:39 -0000      1.23
  +++ winuser-guide.html        23 Oct 2004 09:28:40 -0000      1.24
  @@ -348,11 +348,14 @@
   <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>
   <br>Now copy the wsdl file (eg.Calculator.wsdl) which you use, to the folder 
WSDL2WS_FOLDER.<br>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 wrappers.<br>
  -<br>Java -classpath %classpath%;.\wsdl2ws.jar org.apache.axis.wsdl.wsdl2ws.WSDL2Ws 
Calculator.wsdl -o./ServerOut -lc++ -sserver<br>
  +<br>java -classpath .\wsdl2ws.jar;.;%CLASSPATH% 
org.apache.axis.wsdl.wsdl2ws.WSDL2Ws Calculator.wsdl -o./ServerOut -lc++ -sserver<br>
   <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>
   <br>Run the following command to generate the client stubs.<br>
  -<br>Java -classpath %classpath%;.\wsdl2ws.jar org.apache.axis.wsdl.wsdl2ws.WSDL2Ws 
Calculator.wsdl -o./ClientOut -lc++ -sclient<br>
  -<br>The generated client stubs will be in [WSDL2WS_FOLDER]\ClientOut</p>
  +<br>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>
  +<strong>Note:</strong>More details on WSDL2Ws Tool can be found by clicking on the 
following link <a href="arch/WSDL2Ws.html">WSDL2Ws Tool</a>
  +</p>
   <p>
   <a name="deploy"></a>
   </p>
  
  
  

Reply via email to