You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ro...@apache.org on 2004/06/16 12:51:40 UTC

cvs commit: ws-site/targets/axis/cpp winuser-guide.pdf winuser-guide.html

roshan      2004/06/16 03:51:40

  Modified:    targets/axis/cpp winuser-guide.pdf winuser-guide.html
  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.16      +50 -50    ws-site/targets/axis/cpp/winuser-guide.pdf
  
  	<<Binary file>>
  
  
  1.17      +1 -1      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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- winuser-guide.html	14 Jun 2004 14:04:31 -0000	1.16
  +++ winuser-guide.html	16 Jun 2004 10:51:40 -0000	1.17
  @@ -316,7 +316,7 @@
   <br>axis.jar<br>commons-discovery.jar<br>commons-logging.jar<br>jaxrpc.jar<br>saaj.jar<br>wsdl4j.jar<br>xml-apis.jar<br>The CLASSPATH Environment Variable should have the absolute paths of the jars (including the jar file name) given as a semicolon separated list.<br>
   <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\bin to WSDL2WS_FOLDER<br>Now change the directory to WSDL2WS_FOLDER and run the following command to generate the server side skeletons and wrappers.<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>Now 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>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>