|
This is the discussion forum for WSO2 Web Services Framework for C++ (WSO2 WSF/C++)
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
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?
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.
Trying to decide between using WSO2 C++ and GSoap as the framework for exposing some of our existing C++ code via web services. Can anyone on this forum give me reasons why WSO2 should win out? Nandika?
Hello,
I notice that the codegen tool within wsf_c (version 2.1.0) has incorrect repositories listed in the pom file. This had me hunting around for the correct paths in order to build the codegen tools (wsdl2cpp). My questions is this: is the WSF/C++ project a live, viable project, or is it becoming unused/unsupported? Is it a project that is viable for production use? It seems to me that the release is no longer up to date.
Perhaps I simply don't understand the build tools, and just missed a configuration somewhere, or just got the wrong version.
I am trying to build WSO2 WSF CPP from the sources provided.
What is the call in C++ to create a Username token for the client to send to a web service ?
|