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/23 11:52:22 UTC

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

roshan      2004/10/23 02:52:22

  Modified:    c/docs   winuser-guide.pdf winuser-guide.html
  Log:
  Edited the winuser guide.
  
  Revision  Changes    Path
  1.3       +139 -120  ws-axis/c/docs/winuser-guide.pdf
  
  	<<Binary file>>
  
  
  1.4       +7 -8      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- winuser-guide.html	21 Oct 2004 05:56:53 -0000	1.3
  +++ winuser-guide.html	23 Oct 2004 09:52:22 -0000	1.4
  @@ -158,9 +158,8 @@
   
   <br>
   <br>
  -Java -classpath %classpath%;.\wsdl2ws.jar
  -org.apache.axis.wsdl.wsdl2ws.WSDL2Ws Calculator.wsdl -o./ServerOut -lc++
  --sserver
  +java -classpath .\wsdl2ws.jar;.;%CLASSPATH% org.apache.axis.wsdl.wsdl2ws.WSDL2Ws
  +Calculator.wsdl -o./ServerOut -lc++ -sserver 
   
   <br>
   <br>
  @@ -171,12 +170,12 @@
   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
  +java -classpath .\wsdl2ws.jar;.;%CLASSPATH% org.apache.axis.wsdl.wsdl2ws.WSDL2Ws
  +Calculator.wsdl -o./ClientOut -lc++ -sclient <br>
   <br>
  -<br>
  -The generated client stubs will be in [WSDL2WS_FOLDER]\ClientOut</p>
  +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>
   
   
   <p><a name="deploy"></a></p>