Introduced as an extension to WSO2 WSF/C, the WSO2 Web Services Framework for C++ is an enterprise grade C++ library for providing and consuming Web Services in C++. The WSF/C++ is a C++ wrapper to the C library with the widest range of WS-* specification implementations (WSO2 WSF/C), including MTOM, WS-Addressing, WS-Policy, WS-Security, WS-SecurityPolicy, WS-ReliableMessaging and WS-Eventing.

Get Involved Today!

This page is the home for the development and user community of WSO2 Web Services Framework for C++. From here, you can contribute to the source code, report issues, participate in discussions in the community forums or access downloads, documentation and tutorials.

For more information on the capabilities, features, usage scenarios, case studies and white papers, cloud hosted versions, and commercial support offerings, please visit WSO2 WSF/C++ product page.

Articles

Point of Sales use case study with WSO2 Web Services Framework for C++

Nandika Jayawardana, Technical lead at WSO2, explores the usage of WSO2 Web Services Framework for C++ (WSO2 WSF/C++) in converting a retail store legacy software system to a loosely coupled Web services based system integrating it with it's other stores providing the much needed value to the retail store chain.
Webinars
Forums

Installing WSO2 Framework for C++ on HP-UX

I have been tasked with installing the WSO2 Framework for C++ on HP-UX. I am new to installing this Framework and it seems there are not many if anyone using it on HP-UX. So please bear with me if I am missing something obvious. The only programming I do is from my system administration perspective. When I run configure I get the following error.
Tue, 21st Feb, 2012 - 07.12 PST

RHEL 6.2 C++ g++ 4.4.6

Does this product run on RHEL 6.2? When i try to run the configure script it stops when trying to figure out how long the command line args should be. checking the maximum length of command line arguments... Never stops
Fri, 3rd Feb, 2012 - 13.59 PST

OS supported by WSO2 WSF/C++

Hi, is HP-UX supported in WSO2 WSF/C++ ? Thanks and regards, -- Sabri
Tue, 17th Jan, 2012 - 23.40 PST

decimal separator

I have a issue when the object has an BigDecimal attribute. The generated xml contains a ',' (comma) instead of a '.' (dot), since my locale is Brasil. When java webserver receives the object, it cannot convert the value. How could I configure the client to generate the xml with '.' (dot) only, whatever is the operating system locale?
Tue, 10th Jan, 2012 - 10.00 PST

Segmentation fault while using non-blocking mode

Hi All, First of all I'm new to WSO2, I'm doing a technology review to determine if I should migrate the web services framework currently in use in one project to WSO2... I've been trying to do a stress test on WSO2, sending multiple Asynchronous request from a client to a service (using multiple threads to perform the requests). At first I performed the requests the same way that it was done on the echo_non_blocking example(with a usleep() while the callback thread waited for the reply) , and it worked fine.
Tue, 10th Jan, 2012 - 07.30 PST
library project main code