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:28:05 UTC

cvs commit: ws-axis/site/src/documentation/content/xdocs/cpp winuser-guide.ihtml

roshan      2004/10/23 02:28:05

  Modified:    site/src/documentation/content/xdocs/cpp winuser-guide.ihtml
  Log:
  Edited the winuser guide.
  
  Revision  Changes    Path
  1.21      +7 -8      ws-axis/site/src/documentation/content/xdocs/cpp/winuser-guide.ihtml
  
  Index: winuser-guide.ihtml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/cpp/winuser-guide.ihtml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- winuser-guide.ihtml	21 Oct 2004 05:54:59 -0000	1.20
  +++ winuser-guide.ihtml	23 Oct 2004 09:28:05 -0000	1.21
  @@ -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>