You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ro...@apache.org on 2004/08/09 13:23:11 UTC

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

roshan      2004/08/09 04:23:11

  Modified:    site/src/documentation/content/xdocs/cpp windev-guide.ihtml
  Log:
  The command to generate client side stubs was incorrect in the Win Dev Guide.So I changed it.Changed by Rangika
  
  Revision  Changes    Path
  1.22      +1 -2      ws-axis/site/src/documentation/content/xdocs/cpp/windev-guide.ihtml
  
  Index: windev-guide.ihtml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/cpp/windev-guide.ihtml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- windev-guide.ihtml	5 Aug 2004 08:40:50 -0000	1.21
  +++ windev-guide.ihtml	9 Aug 2004 11:23:11 -0000	1.22
  @@ -538,8 +538,7 @@
   <br>
   Run the following command to generate the client stubs.<br>
   <br>
  -Java -classpath %classpath%;. org.apache.axis.wsdl.wsdl2ws.WSDL2Ws
  -Calculator.wsdl -o./ClientOut -lc++ -sclient<br>
  +Java -classpath .; %classpath% org.apache.axis.wsdl.wsdl2ws.WSDL2Ws Calculator.wsdl -o./ClientOut -lc++ -sclient<br>
   <br>
   The generated client stubs will be in [SKELSTUB_HOME]\ClientOut<br>