roshan 2004/08/09 04:34:15
Modified: targets/axis/cpp windev-guide.html 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.23 +1 -1 ws-site/targets/axis/cpp/windev-guide.html Index: windev-guide.html =================================================================== RCS file: /home/cvs/ws-site/targets/axis/cpp/windev-guide.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- windev-guide.html 5 Aug 2004 08:44:59 -0000 1.22 +++ windev-guide.html 9 Aug 2004 11:34:15 -0000 1.23 @@ -547,7 +547,7 @@ <br>Give the class path exactly the same order as given above.<br> <br>If the tool is successful it will display the files it has generated. The skeletons and stubs will be generated in [SKELSTUB_HOME]\ServerOut.<br> <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> +<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> </p> <p>
