Sunday, August 16, 2009

WSF/C++ on Solaris

If somebody is interested in porting WSF/C++ to Solaris here is an excellent guilde for building C/C++ software for Solaris.

http://developers.sun.com/solaris/articles/build_sw_on_solaris.html

Also following solved one of my problems when porting a C++ application to Solaris.

http://whocares.de/solaris-10-fixup-for-libstdcla-is-not-a-valid-libtool-archive/

Currently I'm busy with some other stuff. If nobody is interested on porting WSF/C++ on Solaris I'll start after finishin my current stuff.

Wednesday, August 12, 2009

WSF/C++ Nightly Build

WSF/C++ Nightly build is up and running now. This will enable users to quickly obtained the current code in the svn without having to wait for a release. There were some issues that needed to be addressed urgently in the 2.0.0 release. One of the Stub.cpp file was missing in the distribution. This file is required if you are going to code generate clients using the WSDL2CPP tool. Now with this nightly build, one can get the latest updates.

You can get the nighties from the http://wso2.org/downloads/wsf/cpp

Sunday, August 9, 2009

Introduction to WSF/C++

WSF/C++ is a product which aims to provide the C/C++ developer community with a fully pledged open source web services stack which has support for WS* in addition to basic web services capabilities. Released under the apache2 licence, it has all the ingredients necessary just for your requirements in application integration, web service enabling your applications. You can read more of WSF/C++ here. and download the source binary releases from the download site.