bookmarks of the day 12/21/2009
Posted by Toshi | | Posted On Dec 21, 2009 at 11:30 PM
- set AXIS_HOME=c:\axis
set AXIS_LIB=%AXIS_HOME%\lib
set AXISCLASSPATH=%AXIS_LIB%\axis.jar;%AXIS_LIB%\commons-discovery.jar;
%AXIS_LIB%\commons-logging.jar;%AXIS_LIB%\jaxrpc.jar;%AXIS_LIB%\saaj.jar;
%AXIS_LIB%\log4j-1.2.8.jar;%AXIS_LIB%\xml-apis.jar;%AXIS_LIB%\xercesImpl.jar
- set AXISCPP_DEPLOY
AXISCPP_DEPLOY="/usr/local/axiscpp_deploy"set LIBRARY_PATHS
- set CLASSPATH=%AXISCPP_HOME%\lib\axis\wsdl2ws.jar;%CLASSPATH%
- java -classpath $AXISCPP_HOME/lib/axis/wsdl2ws.jar:$CLASSPATH org.apache.axis.wsdl.wsdl2ws.WSDL2Ws \
-obaseClientOut -sclient -lc++ $AXISCPP_DEPLOY/wsdls/base.wsdl
- run the following command to generate the server side skeletons and wrappers.
- Run the following command to generate the client stubs.
Posted from Diigo. The rest of my favorite links are here.