$ WSFCPP_HOME='/your_desired_path_to_wsf_c++_installation' $ export WSFCPP_HOME
$ cd /your_path_to_wsf_c++_source
$ ./configure --prefix=<Path to WSF/CPP installation location> $ make $ make install $ make samples
$ cd ${WSFCPP_HOME}/bin $ ./axis2_http_serverTo see the possible command line options run
./axis2_http_server -h
.
If you run into shared library problems, try setting the LD_LIBRARY_PATH
$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${WSFCPP_HOME}/lib
sh copy_codegen.sh wso2-wsf-cppIt will copy the WSDL2CPP.sh and WSDL2CPP.bat files to $(WSFCPP_HOME)/bin/tools/codegen/wsdl2cpp directory.
Now you are ready to use WSO2 WSF/C++.
Notes:
make install
on your system../configure --prefix=PATH
.--prefix
configure option, WSO2 WSF/C++ will by
default be installed into, /opt/wso2/wsf_cpp
./configure --help
for more information on configure options.