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/06/16 12:49:35 UTC

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

roshan      2004/06/16 03:49:34

  Modified:    site/src/documentation/content/xdocs/cpp winuser-guide.ihtml
  Log:
  In the How to use the WSDL2WS tool on the command line heading in windows user guide changed  the  following sentence Copy the file wsdl2ws.jar from AXIS_EXTRACT\bin to WSDL2WS_FOLDER by Copy the file wsdl2ws.jar from AXIS_EXTRACT\lib\axis to WSDL2WS_FOLDER.Changed by Rangika
  Changed by Rangika
  
  Revision  Changes    Path
  1.15      +1 -1      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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- winuser-guide.ihtml	16 Jun 2004 05:02:22 -0000	1.14
  +++ winuser-guide.ihtml	16 Jun 2004 10:49:34 -0000	1.15
  @@ -152,7 +152,7 @@
   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\bin to  WSDL2WS_FOLDER
  +Copy the file wsdl2ws.jar from AXIS_EXTRACT\lib\axis to  WSDL2WS_FOLDER
   <br>
   Now change the directory to WSDL2WS_FOLDER and run the following command to generate the server side skeletons and
   wrappers.